diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-12-06 16:21:10 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-12-06 16:28:36 +0100 |
commit | 15130b94fc8290ce1427221e3f1101529b44ef0d (patch) | |
tree | 378661ae2e1d2e302b1afd413cb8e69a9adafaa3 /libavformat/movenc.h | |
parent | cf8ec019ab21f8c6e56c2e10cc569e3fb4cf097f (diff) | |
download | ffmpeg-15130b94fc8290ce1427221e3f1101529b44ef0d.tar.gz |
movenc: support spliting fragments based on bytesize instead of duration.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/movenc.h')
-rw-r--r-- | libavformat/movenc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/movenc.h b/libavformat/movenc.h index 95b8bcd176..e0ed6e6516 100644 --- a/libavformat/movenc.h +++ b/libavformat/movenc.h @@ -122,6 +122,7 @@ typedef struct MOVMuxContext { int reserved_moov_size; int64_t reserved_moov_pos; int max_fragment_duration; + int max_fragment_size; } MOVMuxContext; #define FF_MOV_FLAG_RTP_HINT 1 |