diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-10-26 22:09:26 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-10-26 22:18:01 +0200 |
commit | 3a56169fec207a75d9b48b471c8fd1b8bb0a05cb (patch) | |
tree | de6b29563c2f78a9ce73747963bce910cccb69e8 /libavformat/movenc.h | |
parent | 4416931fc069332e267ab6df037a1227c051d7b1 (diff) | |
download | ffmpeg-3a56169fec207a75d9b48b471c8fd1b8bb0a05cb.tar.gz |
movenc: reserved_moov_size, which allows placing moov at the begin of the file.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/movenc.h')
-rw-r--r-- | libavformat/movenc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/movenc.h b/libavformat/movenc.h index 610683fa6a..1aa23fa1a9 100644 --- a/libavformat/movenc.h +++ b/libavformat/movenc.h @@ -112,6 +112,8 @@ typedef struct MOVMuxContext { int flags; int rtp_flags; + int reserved_moov_size; + int64_t reserved_moov_pos; } MOVMuxContext; #define FF_MOV_FLAG_RTP_HINT 1 |