diff options
author | Clément Bœsch <clement.boesch@smartjog.com> | 2012-09-20 10:39:04 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-09-27 08:59:36 +0200 |
commit | f379a108a45a800bff059034f939224e4535a8e7 (patch) | |
tree | fc9e8321668c014463225b42d10a5a85318ce50c /libavfilter/vf_showinfo.c | |
parent | e17a2aba2528e333bf63580af48eb0fbfc36f4f5 (diff) | |
download | ffmpeg-f379a108a45a800bff059034f939224e4535a8e7.tar.gz |
lavf/movenc: make mov_write_stco_tag() not use the offset pos for mode64 heuristic.
At the moment, the moov header is written at the end of the file, so we
can use the current offset (which focus on the end of the mdat already
written) to guess if 64-bits offset will be required or not.
Though, the next commits will make possible the writing of this table at
the beginning, so this heuristic can't work. As a consequence, we check
all the values within the potential offset table for any value >
32-bits.
Diffstat (limited to 'libavfilter/vf_showinfo.c')
0 files changed, 0 insertions, 0 deletions