mirror of https://github.com/FFmpeg/FFmpeg.git
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>pull/113/head^2
parent
588361dd26
commit
31c7c0e156
6 changed files with 15 additions and 8 deletions
@ -1,4 +1,4 @@ |
||||
200a881696cc70c36c33fb415ed9488b *tests/data/fate/vsynth1-dnxhd-1080i-colr.mov |
||||
5fccdb16c0f14dea1b6b603bac90b97e *tests/data/fate/vsynth1-dnxhd-1080i-colr.mov |
||||
3031929 tests/data/fate/vsynth1-dnxhd-1080i-colr.mov |
||||
5835dff88cb84e83bbe70b5ed5edd5ab *tests/data/fate/vsynth1-dnxhd-1080i-colr.out.rawvideo |
||||
stddev: 5.79 PSNR: 32.87 MAXDIFF: 56 bytes: 7603200/ 760320 |
||||
|
@ -1,4 +1,4 @@ |
||||
53dfdc17882f2240a10c799287bf4b68 *tests/data/fate/vsynth2-dnxhd-1080i-colr.mov |
||||
f9827e9867b0ea4f7585d8e362a58413 *tests/data/fate/vsynth2-dnxhd-1080i-colr.mov |
||||
3031929 tests/data/fate/vsynth2-dnxhd-1080i-colr.mov |
||||
e4cf5528c993b5e7d57a9d0a4d2cd0c6 *tests/data/fate/vsynth2-dnxhd-1080i-colr.out.rawvideo |
||||
stddev: 1.58 PSNR: 44.15 MAXDIFF: 33 bytes: 7603200/ 760320 |
||||
|
@ -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 |
||||
|
@ -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 |
||||
|
Loading…
Reference in new issue