diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-08-10 12:59:17 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-08-10 12:59:17 +0000 |
commit | 14b3f9961f3cf9173c43c936eb0cfb5a35fb8419 (patch) | |
tree | d602c781e6377bd589c8a48d3ca222f0eef3b843 /libavformat/nut.h | |
parent | ead1939f69bf2eced51f7ec00967e491973d7994 (diff) | |
download | ffmpeg-14b3f9961f3cf9173c43c936eb0cfb5a35fb8419.tar.gz |
header repetition
Originally committed as revision 10051 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/nut.h')
-rw-r--r-- | libavformat/nut.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/nut.h b/libavformat/nut.h index 0816d4640d..5a154f0164 100644 --- a/libavformat/nut.h +++ b/libavformat/nut.h @@ -88,6 +88,7 @@ typedef struct { unsigned int max_distance; unsigned int time_base_count; int64_t last_syncpoint_pos; + int header_count; AVRational *time_base; struct AVTreeNode *syncpoints; } NUTContext; |