Commit 01e96fd1 authored by Fabrice Bellard's avatar Fabrice Bellard

suppressed PKT_FLAG_DROPPED_FRAME

Originally committed as revision 1251 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 6bcafa93
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment