You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
suppressed PKT_FLAG_DROPPED_FRAME
Originally committed as revision 1251 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -21,7 +21,6 @@ typedef struct AVPacket {
|
||||
int flags;
|
||||
int duration;
|
||||
#define PKT_FLAG_KEY 0x0001
|
||||
#define PKT_FLAG_DROPPED_FRAME 0x0002
|
||||
} AVPacket;
|
||||
|
||||
int av_new_packet(AVPacket *pkt, int size);
|
||||
|
Reference in New Issue
Block a user