diff options
author | Kevin Wheatley <kevin.j.wheatley@gmail.com> | 2015-02-16 10:40:36 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-02-20 12:17:14 +0100 |
commit | 31c7c0e156975be615479948824c1528952c0731 (patch) | |
tree | 9710b5d7fab35cec8dafd1a19e1cbaa80e645e1f /tests/ref/vsynth/vsynth_lena-dnxhd-1080i-colr | |
parent | 588361dd26602c6327fc87c89eddcf78b5f5b16e (diff) | |
download | ffmpeg-31c7c0e156975be615479948824c1528952c0731.tar.gz |
avformat/movenc: Move avid DNxHD padding to the correct spot
Outputting DNxHD into .mov containers 'corrupts' following atoms until end of stsd
ffmpeg and qtdump could not decode pasp/colr atoms in the files made by ffmpeg,
when outputting DNxHD due to the incorrect padding placement. Now we add the
padding in the correct place
Tidy up FATE changes due to padding changes.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/ref/vsynth/vsynth_lena-dnxhd-1080i-colr')
-rw-r--r-- | tests/ref/vsynth/vsynth_lena-dnxhd-1080i-colr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/vsynth/vsynth_lena-dnxhd-1080i-colr b/tests/ref/vsynth/vsynth_lena-dnxhd-1080i-colr index 2f40f9b761..1889786ea7 100644 --- a/tests/ref/vsynth/vsynth_lena-dnxhd-1080i-colr +++ b/tests/ref/vsynth/vsynth_lena-dnxhd-1080i-colr @@ -1,4 +1,4 @@ -241d5c03c5f6d7560b9e164ce0617f04 *tests/data/fate/vsynth_lena-dnxhd-1080i-colr.mov +5ba3ddb58b10e5f0069cb4f82d594695 *tests/data/fate/vsynth_lena-dnxhd-1080i-colr.mov 3031929 tests/data/fate/vsynth_lena-dnxhd-1080i-colr.mov 864c3d5f49d9edf66ce8f82a2a6725f6 *tests/data/fate/vsynth_lena-dnxhd-1080i-colr.out.rawvideo stddev: 1.36 PSNR: 45.45 MAXDIFF: 22 bytes: 7603200/ 760320 |