diff options
author | Jan Ekström <jeebjp@gmail.com> | 2020-09-20 15:26:42 +0300 |
---|---|---|
committer | Jan Ekström <jeebjp@gmail.com> | 2020-09-22 18:21:31 +0300 |
commit | 3838e8fc210aa09a9f9058506c0ce80b6ad9b9c3 (patch) | |
tree | 47f37ed22d850c7700e70528674162c8ec24ec37 /tests/ref/lavf | |
parent | 6475dc18cc4250b1d66e52a979eb71a3738d4716 (diff) | |
download | ffmpeg-3838e8fc210aa09a9f9058506c0ce80b6ad9b9c3.tar.gz |
avformat/movenc: implement writing of the btrt box
This is utilized by various media ingests to figure out the bit
rate of the content you are pushing towards it, so write it for
video, audio and subtitle tracks in case at least one nonzero value
is available. It is only mentioned for timed metadata sample
descriptions in QTFF, so limit it only to ISOBMFF (MODE_MP4) mode.
Updates the FATE tests which have their results changed due to the
20 extra bytes being written per track.
Diffstat (limited to 'tests/ref/lavf')
-rw-r--r-- | tests/ref/lavf/mp4 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/ref/lavf/mp4 b/tests/ref/lavf/mp4 index 8482812380..0becfd34f5 100644 --- a/tests/ref/lavf/mp4 +++ b/tests/ref/lavf/mp4 @@ -1,9 +1,9 @@ -ebca72c186a4f3ba9bb17d9cb5b74fef *tests/data/lavf/lavf.mp4 -312457 tests/data/lavf/lavf.mp4 +71c4ff2e747fe6f8169ff29244fe181d *tests/data/lavf/lavf.mp4 +312477 tests/data/lavf/lavf.mp4 tests/data/lavf/lavf.mp4 CRC=0x9d9a638a -9944512475d82d2d601f3c96101bdf9c *tests/data/lavf/lavf.mp4 -321343 tests/data/lavf/lavf.mp4 +3c5734ad6d05e4afc2ccefef1385e882 *tests/data/lavf/lavf.mp4 +321363 tests/data/lavf/lavf.mp4 tests/data/lavf/lavf.mp4 CRC=0xe8130120 -7b3e71f294901067046c09f03a426bdc *tests/data/lavf/lavf.mp4 -312001 tests/data/lavf/lavf.mp4 +07348e31d11d92396e1eedc48ea14802 *tests/data/lavf/lavf.mp4 +312021 tests/data/lavf/lavf.mp4 tests/data/lavf/lavf.mp4 CRC=0x9d9a638a |