summaryrefslogtreecommitdiff
path: root/libavformat/nut.h
diff options
context:
space:
mode:
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;