diff options
author | Martin Storsjö <martin@martin.st> | 2015-08-09 22:39:28 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2015-08-10 09:46:07 +0300 |
commit | 83f254e65f938657a4dbec711e4c94252a72daf9 (patch) | |
tree | 664073e399b6dae50937c55728ff687d2f4fb508 /libavformat/movenc.h | |
parent | 8e34089e265a6b01e1e3301e8864439d26793753 (diff) | |
download | ffmpeg-83f254e65f938657a4dbec711e4c94252a72daf9.tar.gz |
movenc: Rename reserved_moov_pos to reserved_header_pos
The same field is also used for writing the sidx index header,
for fragmented files, when the faststart flag is used.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/movenc.h')
-rw-r--r-- | libavformat/movenc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/movenc.h b/libavformat/movenc.h index a61cfad273..6392d078a0 100644 --- a/libavformat/movenc.h +++ b/libavformat/movenc.h @@ -166,7 +166,7 @@ typedef struct MOVMuxContext { AVIOContext *mdat_buf; int first_trun; - int64_t reserved_moov_pos; + int64_t reserved_header_pos; char *major_brand; |