diff options
author | Marton Balint <cus@passwd.hu> | 2019-05-19 19:58:40 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2019-07-12 20:26:38 +0200 |
commit | 397abca001c8a82b8d31c648c1728f9186722180 (patch) | |
tree | be456c152dc364fdbed3ebf84d85cc6430d0fd43 /tests/ref/acodec | |
parent | 24a64e0462d5dad6f6cf629243abdbe975e33015 (diff) | |
download | ffmpeg-397abca001c8a82b8d31c648c1728f9186722180.tar.gz |
avformat/movenc: use unspecified language by default
English was used before.
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'tests/ref/acodec')
-rw-r--r-- | tests/ref/acodec/alac | 2 | ||||
-rw-r--r-- | tests/ref/acodec/pcm-s16be | 2 | ||||
-rw-r--r-- | tests/ref/acodec/pcm-s24be | 2 | ||||
-rw-r--r-- | tests/ref/acodec/pcm-s32be | 2 | ||||
-rw-r--r-- | tests/ref/acodec/pcm-s8 | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/ref/acodec/alac b/tests/ref/acodec/alac index 7d6ebe8c8b..da2a84a880 100644 --- a/tests/ref/acodec/alac +++ b/tests/ref/acodec/alac @@ -1,4 +1,4 @@ -8d9fb9f5433962e7880b666e6e2e428e *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 a9b4593b54..2c051ce616 100644 --- a/tests/ref/acodec/pcm-s16be +++ b/tests/ref/acodec/pcm-s16be @@ -1,4 +1,4 @@ -d2515f35266ae6dba525c700bb76d893 *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 916aceb01b..e36b503d75 100644 --- a/tests/ref/acodec/pcm-s24be +++ b/tests/ref/acodec/pcm-s24be @@ -1,4 +1,4 @@ -0f4a37a77619124f486f656f03c53d33 *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 5a48bb2757..128187362c 100644 --- a/tests/ref/acodec/pcm-s32be +++ b/tests/ref/acodec/pcm-s32be @@ -1,4 +1,4 @@ -d6380bf54ac3e452c190ce302c264bf0 *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 14f4c8562b..9e9f4172b7 100644 --- a/tests/ref/acodec/pcm-s8 +++ b/tests/ref/acodec/pcm-s8 @@ -1,4 +1,4 @@ -00a9d90e06e8ecb79e5dd4c6c8460836 *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 |