summaryrefslogtreecommitdiff
path: root/libavformat/movenc.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-03-19 11:24:00 +0100
committerMichael Niedermayer <michaelni@gmx.at>2015-03-19 12:09:51 +0100
commit76fef5cd27861ec3b574a06e8be6ea03bcdde7a5 (patch)
tree8836d8d9b2aa58e713b1e99f21c9adfd2854328e /libavformat/movenc.h
parent4f8540ba40b79cacf14600c0ac2da5f5d5dc604f (diff)
parent2889c5e16711770437f380f1bead5f72c6a0b17a (diff)
Merge commit '2889c5e16711770437f380f1bead5f72c6a0b17a'
* commit '2889c5e16711770437f380f1bead5f72c6a0b17a': movenc: Heuristically set the duration of the last sample in a fragment if not set Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/movenc.h')
-rw-r--r--libavformat/movenc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/movenc.h b/libavformat/movenc.h
index dfd4cc48cc..159e5f37d0 100644
--- a/libavformat/movenc.h
+++ b/libavformat/movenc.h
@@ -192,6 +192,7 @@ typedef struct MOVMuxContext {
float gamma;
int frag_interleave;
+ int missing_duration_warned;
} MOVMuxContext;
#define FF_MOV_FLAG_RTP_HINT (1 << 0)