Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-08-10 16:59:17 +0400
committerMichael Niedermayer <michaelni@gmx.at>2007-08-10 16:59:17 +0400
commit14b3f9961f3cf9173c43c936eb0cfb5a35fb8419 (patch)
treed602c781e6377bd589c8a48d3ca222f0eef3b843 /libavformat/nut.h
parentead1939f69bf2eced51f7ec00967e491973d7994 (diff)
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.h1
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;