summaryrefslogtreecommitdiff
path: root/libavformat/nut.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-08-19 22:10:57 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-08-26 22:15:16 +0200
commitd1ee2cf74ad1e26462e224e84f80858b158e3951 (patch)
tree402415b14df3fc7cbe0ddf07fe218b260a3e0f13 /libavformat/nut.h
parent8f9941b1608ccdfc24394ee0d5b01c5f7618a134 (diff)
nutenc: keep track of the written syncpoint count
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 033bc0898e..cac6870f1a 100644
--- a/libavformat/nut.h
+++ b/libavformat/nut.h
@@ -101,6 +101,7 @@ typedef struct {
int header_count;
AVRational *time_base;
struct AVTreeNode *syncpoints;
+ int sp_count;
} NUTContext;
extern const AVCodecTag ff_nut_subtitle_tags[];