projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge commit 'e1eb0fc960163402bbb4e630185790488f7d28ed'
[ffmpeg.git]
/
libavformat
/
movenc.h
diff --git
a/libavformat/movenc.h
b/libavformat/movenc.h
index 1090085a5ac51af6369fa69f5f7f397930a981b3..c4fded89bb6b5b637e0cfd6069b3173edc0ce0ed 100644
(file)
--- a/
libavformat/movenc.h
+++ b/
libavformat/movenc.h
@@
-115,6
+115,7
@@
typedef struct MOVTrack {
int64_t start_dts;
int64_t start_cts;
int64_t end_pts;
+ int end_reliable;
int hint_track; ///< the track that hints this track, -1 if no hint track is set
int src_track; ///< the track that this hint (or tmcd) track describes