diff options
author | James Almer <jamrial@gmail.com> | 2019-12-01 13:10:48 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2019-12-21 11:57:28 -0300 |
commit | 245ace4e2d3f3ecccb5501c7830b05c2cfa6a663 (patch) | |
tree | 5cd14fc37be2af1451383b2375d7dd3a9bd0384c /tests/ref/acodec | |
parent | 58ac7608160b4fd3f696f07cd68f5e340f0f6832 (diff) | |
download | ffmpeg-245ace4e2d3f3ecccb5501c7830b05c2cfa6a663.tar.gz |
avformat/movenc: ensure we don't write the major brand as a compatible brand more than once
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests/ref/acodec')
-rw-r--r-- | tests/ref/acodec/alac | 4 | ||||
-rw-r--r-- | tests/ref/acodec/pcm-s16be | 4 | ||||
-rw-r--r-- | tests/ref/acodec/pcm-s24be | 4 | ||||
-rw-r--r-- | tests/ref/acodec/pcm-s32be | 4 | ||||
-rw-r--r-- | tests/ref/acodec/pcm-s8 | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/tests/ref/acodec/alac b/tests/ref/acodec/alac index d9aa45f927..da2a84a880 100644 --- a/tests/ref/acodec/alac +++ b/tests/ref/acodec/alac @@ -1,4 +1,4 @@ -6effc04c1296809c85842bab626db253 *tests/data/fate/acodec-alac.mov -389026 tests/data/fate/acodec-alac.mov +61b22c509780e86dfb2fd1be816d8c68 *tests/data/fate/acodec-alac.mov +389018 tests/data/fate/acodec-alac.mov 95e54b261530a1bcf6de6fe3b21dc5f6 *tests/data/fate/acodec-alac.out.wav stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 1058400/ 1058400 diff --git a/tests/ref/acodec/pcm-s16be b/tests/ref/acodec/pcm-s16be index 91d72945ef..2c051ce616 100644 --- a/tests/ref/acodec/pcm-s16be +++ b/tests/ref/acodec/pcm-s16be @@ -1,4 +1,4 @@ -9bc45c84b142078974f5fb161712d64b *tests/data/fate/acodec-pcm-s16be.mov -1059077 tests/data/fate/acodec-pcm-s16be.mov +5acf4268c4c4485ab79893f5e2f24e26 *tests/data/fate/acodec-pcm-s16be.mov +1059069 tests/data/fate/acodec-pcm-s16be.mov 95e54b261530a1bcf6de6fe3b21dc5f6 *tests/data/fate/acodec-pcm-s16be.out.wav stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 1058400/ 1058400 diff --git a/tests/ref/acodec/pcm-s24be b/tests/ref/acodec/pcm-s24be index 25079d6633..e36b503d75 100644 --- a/tests/ref/acodec/pcm-s24be +++ b/tests/ref/acodec/pcm-s24be @@ -1,4 +1,4 @@ -6b15154b380a7687caf0fc97fb712520 *tests/data/fate/acodec-pcm-s24be.mov -1588331 tests/data/fate/acodec-pcm-s24be.mov +62e578b2e3e115a228e1ebfceeeb65c2 *tests/data/fate/acodec-pcm-s24be.mov +1588323 tests/data/fate/acodec-pcm-s24be.mov 95e54b261530a1bcf6de6fe3b21dc5f6 *tests/data/fate/acodec-pcm-s24be.out.wav stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 1058400/ 1058400 diff --git a/tests/ref/acodec/pcm-s32be b/tests/ref/acodec/pcm-s32be index 670605d0b2..128187362c 100644 --- a/tests/ref/acodec/pcm-s32be +++ b/tests/ref/acodec/pcm-s32be @@ -1,4 +1,4 @@ -5d95990d719c1d80094ac447aca38e33 *tests/data/fate/acodec-pcm-s32be.mov -2117535 tests/data/fate/acodec-pcm-s32be.mov +2a4d853ef4916ca5081fafe234d18596 *tests/data/fate/acodec-pcm-s32be.mov +2117527 tests/data/fate/acodec-pcm-s32be.mov 95e54b261530a1bcf6de6fe3b21dc5f6 *tests/data/fate/acodec-pcm-s32be.out.wav stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 1058400/ 1058400 diff --git a/tests/ref/acodec/pcm-s8 b/tests/ref/acodec/pcm-s8 index 7fc4685383..9e9f4172b7 100644 --- a/tests/ref/acodec/pcm-s8 +++ b/tests/ref/acodec/pcm-s8 @@ -1,4 +1,4 @@ -b063cb6545cbf00e2767a2a1b6019e12 *tests/data/fate/acodec-pcm-s8.mov -529861 tests/data/fate/acodec-pcm-s8.mov +65f02f9b48be05cf7b4d104c8a9d3566 *tests/data/fate/acodec-pcm-s8.mov +529853 tests/data/fate/acodec-pcm-s8.mov 652edf30f35ad89bf27bcc9d2f9c7b53 *tests/data/fate/acodec-pcm-s8.out.wav stddev: 147.89 PSNR: 52.93 MAXDIFF: 255 bytes: 1058400/ 1058400 |