header repetition

Originally committed as revision 10051 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer
2007-08-10 12:59:17 +00:00
parent ead1939f69
commit 14b3f9961f
2 changed files with 10 additions and 2 deletions

View File

@@ -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;