projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
6bcafa9
)
suppressed PKT_FLAG_DROPPED_FRAME
author
Fabrice Bellard
<fabrice@bellard.org>
Wed, 20 Nov 2002 10:51:17 +0000
(10:51 +0000)
committer
Fabrice Bellard
<fabrice@bellard.org>
Wed, 20 Nov 2002 10:51:17 +0000
(10:51 +0000)
Originally committed as revision 1251 to svn://svn.ffmpeg.org/ffmpeg/trunk
libav/avformat.h
patch
|
blob
|
blame
|
history
diff --git
a/libav/avformat.h
b/libav/avformat.h
index
305085d
..
dd37a93
100644
(file)
--- a/
libav/avformat.h
+++ b/
libav/avformat.h
@@
-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);