projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
nutenc: keep track of max_pts
[ffmpeg.git]
/
libavformat
/
nut.h
diff --git
a/libavformat/nut.h
b/libavformat/nut.h
index
2d16f3e
..
39743db
100644
(file)
--- 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[];