From b2a8ce4e6771244fe7a3a1e4c6bda4ec28775575 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 19 Aug 2012 23:34:38 +0200 Subject: nutenc: keep track of max_pts Signed-off-by: Michael Niedermayer --- libavformat/nut.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavformat/nut.h') diff --git a/libavformat/nut.h b/libavformat/nut.h index 2d16f3e469..39743db1b3 100644 --- a/libavformat/nut.h +++ b/libavformat/nut.h @@ -103,6 +103,8 @@ typedef struct { AVRational *time_base; struct AVTreeNode *syncpoints; int sp_count; + int64_t max_pts; + AVRational *max_pts_tb; } NUTContext; extern const AVCodecTag ff_nut_subtitle_tags[]; -- cgit v1.2.3