diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2018-06-16 15:31:51 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2018-06-19 11:05:57 +0530 |
commit | 830695be366ff753a3f7b8dd97c10d3e6187d41c (patch) | |
tree | 3c4635787b386785439118e4559cb692f7f807a7 /tests/ref/lavf-fate | |
parent | f27b02621d9352206f1b797ba1a979aaadcb6ae6 (diff) | |
download | ffmpeg-830695be366ff753a3f7b8dd97c10d3e6187d41c.tar.gz |
avformat/movenc: read track title from correct key
da9cc22d5bd allowed the MOV muxer to relay a custom stream handler name,
whether populated from the input stream or user-set. However, the entry
key didn't match the key set by the MOV demuxer, so it wasn't
effective. Fixed.
Due to the change, four FATE refs have to be updated. Verified that the
target payload of the tests hasn't changed in terms of CRC.
Diffstat (limited to 'tests/ref/lavf-fate')
-rw-r--r-- | tests/ref/lavf-fate/mov_qtrle_mace6 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/lavf-fate/mov_qtrle_mace6 b/tests/ref/lavf-fate/mov_qtrle_mace6 index f8428aaa49..3afb909574 100644 --- a/tests/ref/lavf-fate/mov_qtrle_mace6 +++ b/tests/ref/lavf-fate/mov_qtrle_mace6 @@ -1,3 +1,3 @@ -dcc9c4c182a5809dee9a9366f4533797 *./tests/data/lavf-fate/lavf.mov -1270387 ./tests/data/lavf-fate/lavf.mov +f9715cc38a3206bcdf105786905255af *./tests/data/lavf-fate/lavf.mov +1270415 ./tests/data/lavf-fate/lavf.mov ./tests/data/lavf-fate/lavf.mov CRC=0x9320cd26 |