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/vsynth3-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/vsynth3-dnxhd-1080i-colr')
-rw-r--r-- | tests/ref/vsynth/vsynth3-dnxhd-1080i-colr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/vsynth/vsynth3-dnxhd-1080i-colr b/tests/ref/vsynth/vsynth3-dnxhd-1080i-colr index 2c5084c4b9..7cc2298189 100644 --- a/tests/ref/vsynth/vsynth3-dnxhd-1080i-colr +++ b/tests/ref/vsynth/vsynth3-dnxhd-1080i-colr @@ -1,4 +1,4 @@ -da84414ce38ed0479c61a493398c912a *tests/data/fate/vsynth3-dnxhd-1080i-colr.mov +ee7a70832f37793b62642f770d988bdb *tests/data/fate/vsynth3-dnxhd-1080i-colr.mov 3031929 tests/data/fate/vsynth3-dnxhd-1080i-colr.mov 7dd6b261e439cda21df4f01b45336b41 *tests/data/fate/vsynth3-dnxhd-1080i-colr.out.rawvideo stddev: 6.92 PSNR: 31.32 MAXDIFF: 50 bytes: 86700/ 8670 |