diff options
author | John Stebbins <stebbins@jetheaddev.com> | 2013-08-22 07:25:18 -0700 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-08-23 09:55:42 +0200 |
commit | 30ce289074e88f528965cb57720674a675639737 (patch) | |
tree | 322b5aa2c85a290c829396e14468b4d623c46d07 /tests/ref/acodec | |
parent | 1f70a5ad284b33e8b3e2b40a5cb33055419781b7 (diff) | |
download | ffmpeg-30ce289074e88f528965cb57720674a675639737.tar.gz |
movenc: Make tkhd "enabled" flag QuickTime compatible
QuickTime will play multiple audio tracks concurrently if this flag is
set for multiple audio tracks. And if no subtitle track has this flag
set, QuickTime will show no subtitles in the subtitle menu.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
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 bb7a20242d..dde0e364fa 100644 --- a/tests/ref/acodec/alac +++ b/tests/ref/acodec/alac @@ -1,4 +1,4 @@ -8ad790d3a0bbda81cd23c15ab8ba760d *tests/data/fate/acodec-alac.mov +98cfcf6cf139844ca27d16f1fc64f62c *tests/data/fate/acodec-alac.mov 389258 tests/data/fate/acodec-alac.mov 64151e4bcc2b717aa5a8454d424d6a1f *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 39c3838a89..61e566471e 100644 --- a/tests/ref/acodec/pcm-s16be +++ b/tests/ref/acodec/pcm-s16be @@ -1,4 +1,4 @@ -009a446579dd4cba793723b5e2b93c39 *tests/data/fate/acodec-pcm-s16be.mov +b650d16f5ac191c41d5fa3657cf4c1ac *tests/data/fate/acodec-pcm-s16be.mov 1060097 tests/data/fate/acodec-pcm-s16be.mov 64151e4bcc2b717aa5a8454d424d6a1f *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 20bc4e0f09..f673040896 100644 --- a/tests/ref/acodec/pcm-s24be +++ b/tests/ref/acodec/pcm-s24be @@ -1,4 +1,4 @@ -de27dae0dff0359d8f39449b17d5607f *tests/data/fate/acodec-pcm-s24be.mov +0bd99d1273fb1fb78055cf97f3efe299 *tests/data/fate/acodec-pcm-s24be.mov 1589297 tests/data/fate/acodec-pcm-s24be.mov 64151e4bcc2b717aa5a8454d424d6a1f *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 302bc1ab04..1b6dec962c 100644 --- a/tests/ref/acodec/pcm-s32be +++ b/tests/ref/acodec/pcm-s32be @@ -1,4 +1,4 @@ -2db1e7fe92d4006103691a4b59064dc6 *tests/data/fate/acodec-pcm-s32be.mov +7ebffb0bd01c02b9953ee5b1e2f47910 *tests/data/fate/acodec-pcm-s32be.mov 2118497 tests/data/fate/acodec-pcm-s32be.mov 64151e4bcc2b717aa5a8454d424d6a1f *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 f830d2fb33..c947729924 100644 --- a/tests/ref/acodec/pcm-s8 +++ b/tests/ref/acodec/pcm-s8 @@ -1,4 +1,4 @@ -9ee95a7fff38831a1cad3b49c33e6ed9 *tests/data/fate/acodec-pcm-s8.mov +3b52f563e8e99aa26253eff154980a93 *tests/data/fate/acodec-pcm-s8.mov 530897 tests/data/fate/acodec-pcm-s8.mov 651d4eb8d98dfcdda96ae6c43d8f156b *tests/data/fate/acodec-pcm-s8.out.wav stddev: 147.89 PSNR: 52.93 MAXDIFF: 255 bytes: 1058400/ 1058400 |