mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-30 19:58:17 +00:00
avcodec/packet: Remove AVPacketList
Deprecated in f7db77bd87
on 2021-03-17.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -647,14 +647,6 @@ typedef struct AVPacket {
|
|||||||
AVRational time_base;
|
AVRational time_base;
|
||||||
} AVPacket;
|
} AVPacket;
|
||||||
|
|
||||||
#if FF_API_INIT_PACKET
|
|
||||||
attribute_deprecated
|
|
||||||
typedef struct AVPacketList {
|
|
||||||
AVPacket pkt;
|
|
||||||
struct AVPacketList *next;
|
|
||||||
} AVPacketList;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define AV_PKT_FLAG_KEY 0x0001 ///< The packet contains a keyframe
|
#define AV_PKT_FLAG_KEY 0x0001 ///< The packet contains a keyframe
|
||||||
#define AV_PKT_FLAG_CORRUPT 0x0002 ///< The packet content is corrupted
|
#define AV_PKT_FLAG_CORRUPT 0x0002 ///< The packet content is corrupted
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user