Commit 74e94c98 authored by bellard's avatar bellard

suppressed PKT_FLAG_DROPPED_FRAME


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1251 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c2167bf3
......@@ -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