зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1699434 - Add aac audio test files for different sample rates. r=alwu
Differential Revision: https://phabricator.services.mozilla.com/D109380
This commit is contained in:
Родитель
93e5713c2c
Коммит
557d12ddf1
Двоичный файл не отображается.
|
@ -0,0 +1 @@
|
|||
Cache-Control: no-store
|
Двоичный файл не отображается.
|
@ -0,0 +1 @@
|
|||
Cache-Control: no-store
|
Двоичный файл не отображается.
|
@ -0,0 +1 @@
|
|||
Cache-Control: no-store
|
Двоичный файл не отображается.
|
@ -0,0 +1 @@
|
|||
Cache-Control: no-store
|
Двоичный файл не отображается.
|
@ -0,0 +1 @@
|
|||
Cache-Control: no-store
|
Двоичный файл не отображается.
|
@ -0,0 +1 @@
|
|||
Cache-Control: no-store
|
|
@ -569,6 +569,46 @@ if (!win32) {
|
|||
gPlayTests.push({ name: "av1.mp4", type: "video/mp4", duration: 1.0 });
|
||||
}
|
||||
|
||||
// AAC files with different sample rates. We add these here as some are added
|
||||
// conditionally.
|
||||
gPlayTests.push(
|
||||
{
|
||||
name: "bipbop_audio_aac_8k.mp4",
|
||||
type: "audio/mp4",
|
||||
duration: 1.06,
|
||||
},
|
||||
{
|
||||
name: "bipbop_audio_aac_22.05k.mp4",
|
||||
type: "audio/mp4",
|
||||
duration: 1.06,
|
||||
},
|
||||
{
|
||||
name: "bipbop_audio_aac_44.1k.mp4",
|
||||
type: "audio/mp4",
|
||||
duration: 1.06,
|
||||
},
|
||||
{
|
||||
name: "bipbop_audio_aac_48k.mp4",
|
||||
type: "audio/mp4",
|
||||
duration: 1.06,
|
||||
}
|
||||
);
|
||||
if (AppConstants.platform != "win") {
|
||||
// Windows WMF decoder doesn't do >48K everywhere. See bug 1698639.
|
||||
gPlayTests.push(
|
||||
{
|
||||
name: "bipbop_audio_aac_88.2k.mp4",
|
||||
type: "audio/mp4",
|
||||
duration: 1.06,
|
||||
},
|
||||
{
|
||||
name: "bipbop_audio_aac_96k.mp4",
|
||||
type: "audio/mp4",
|
||||
duration: 1.06,
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
// ambisonics.mp4 causes intermittents, so we conditionally add it until we fix
|
||||
// the root cause.
|
||||
const skipAmbisonics =
|
||||
|
|
|
@ -340,6 +340,18 @@ support-files =
|
|||
bipbop_480wp_1001kbps-cenc-video-key2-2.m4s^headers^
|
||||
bipbop_480wp_1001kbps-cenc-video-key2-init.mp4
|
||||
bipbop_480wp_1001kbps-cenc-video-key2-init.mp4^headers^
|
||||
bipbop_audio_aac_8k.mp4
|
||||
bipbop_audio_aac_8k.mp4^headers^
|
||||
bipbop_audio_aac_22.05k.mp4
|
||||
bipbop_audio_aac_22.05k.mp4^headers^
|
||||
bipbop_audio_aac_44.1k.mp4
|
||||
bipbop_audio_aac_44.1k.mp4^headers^
|
||||
bipbop_audio_aac_48k.mp4
|
||||
bipbop_audio_aac_48k.mp4^headers^
|
||||
bipbop_audio_aac_88.2k.mp4
|
||||
bipbop_audio_aac_88.2k.mp4^headers^
|
||||
bipbop_audio_aac_96k.mp4
|
||||
bipbop_audio_aac_96k.mp4^headers^
|
||||
bipbop_short_pixel_metadata_bigger_than_in_stream_vp8.webm
|
||||
bipbop_short_pixel_metadata_bigger_than_in_stream_vp8.webm^headers^
|
||||
bipbop_short_pixel_metadata_narrower_than_in_stream_vp8.webm
|
||||
|
|
Загрузка…
Ссылка в новой задаче