projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1de1cce
)
* Add a duration field to the AVPacket
author
Philip Gladstone
<philipjsg@users.sourceforge.net>
Thu, 9 May 2002 01:15:45 +0000
(
01:15
+0000)
committer
Philip Gladstone
<philipjsg@users.sourceforge.net>
Thu, 9 May 2002 01:15:45 +0000
(
01:15
+0000)
Originally committed as revision 459 to svn://svn.ffmpeg.org/ffmpeg/trunk
libav/avformat.h
patch
|
blob
|
history
diff --git
a/libav/avformat.h
b/libav/avformat.h
index 0f04e719892572db79ad68a8b6c604d06219f09f..e17c7a514b0308e8b8ce311e8cab4b25116332c3 100644
(file)
--- a/
libav/avformat.h
+++ b/
libav/avformat.h
@@
-15,6
+15,7
@@
typedef struct AVPacket {
int size;
int stream_index;
int flags;
+ int duration;
#define PKT_FLAG_KEY 0x0001
#define PKT_FLAG_DROPPED_FRAME 0x0002
} AVPacket;