Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
051d5b28
Commit
051d5b28
authored
Apr 19, 2020
by
James Almer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fate: move TrueHD tests to their own file
Signed-off-by:
James Almer
<
jamrial@gmail.com
>
parent
1f5d6e6b
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
8 deletions
+13
-8
Makefile
tests/Makefile
+1
-0
lossless-audio.mak
tests/fate/lossless-audio.mak
+0
-6
truehd.mak
tests/fate/truehd.mak
+12
-0
lossless-truehd-5.1
tests/ref/fate/lossless-truehd-5.1
+0
-1
lossless-truehd-5.1-downmix-2.0
tests/ref/fate/lossless-truehd-5.1-downmix-2.0
+0
-1
No files found.
tests/Makefile
View file @
051d5b28
...
...
@@ -187,6 +187,7 @@ include $(SRC_PATH)/tests/fate/segment.mak
include
$(SRC_PATH)/tests/fate/source.mak
include
$(SRC_PATH)/tests/fate/speedhq.mak
include
$(SRC_PATH)/tests/fate/subtitles.mak
include
$(SRC_PATH)/tests/fate/truehd.mak
include
$(SRC_PATH)/tests/fate/utvideo.mak
include
$(SRC_PATH)/tests/fate/video.mak
include
$(SRC_PATH)/tests/fate/voice.mak
...
...
tests/fate/lossless-audio.mak
View file @
051d5b28
...
...
@@ -13,12 +13,6 @@ fate-lossless-shorten: CMD = md5 -i $(TARGET_SAMPLES)/lossless-audio/luckynight-
FATE_SAMPLES_LOSSLESS_AUDIO-$(call DEMDEC, TAK, TAK) += fate-lossless-tak
fate-lossless-tak: CMD = crc -i $(TARGET_SAMPLES)/lossless-audio/luckynight-partial.tak
FATE_TRUEHD = fate-lossless-truehd-5.1 fate-lossless-truehd-5.1-downmix-2.0
fate-lossless-truehd-5.1: CMD = md5 -f truehd -i $(TARGET_SAMPLES)/lossless-audio/truehd_5.1.raw -f s32le
fate-lossless-truehd-5.1-downmix-2.0: CMD = md5 -f truehd -request_channel_layout 2 -i $(TARGET_SAMPLES)/lossless-audio/truehd_5.1.raw -f s32le
fate-lossless-truehd: $(FATE_TRUEHD)
FATE_SAMPLES_LOSSLESS_AUDIO-$(call DEMDEC, TRUEHD, TRUEHD) += $(FATE_TRUEHD)
FATE_SAMPLES_LOSSLESS_AUDIO-$(call DEMDEC, TTA, TTA) += fate-lossless-tta
fate-lossless-tta: CMD = crc -i $(TARGET_SAMPLES)/lossless-audio/inside.tta
...
...
tests/fate/truehd.mak
0 → 100644
View file @
051d5b28
FATE_TRUEHD-$(call DEMDEC, TRUEHD, TRUEHD) += fate-truehd-5.1
fate-truehd-5.1: CMD = md5pipe -f truehd -i $(TARGET_SAMPLES)/lossless-audio/truehd_5.1.raw -f s32le
fate-truehd-5.1: CMP = oneline
fate-truehd-5.1: REF = 95d8aac39dd9f0d7fb83dc7b6f88df35
FATE_TRUEHD-$(call DEMDEC, TRUEHD, TRUEHD) += fate-truehd-5.1-downmix-2.0
fate-truehd-5.1-downmix-2.0: CMD = md5pipe -f truehd -request_channel_layout 2 -i $(TARGET_SAMPLES)/lossless-audio/truehd_5.1.raw -f s32le
fate-truehd-5.1-downmix-2.0: CMP = oneline
fate-truehd-5.1-downmix-2.0: REF = a269aee0051d4400c9117136f08c9767
FATE_SAMPLES_AUDIO += $(FATE_TRUEHD-yes)
fate-truehd: $(FATE_TRUEHD-yes)
tests/ref/fate/lossless-truehd-5.1
deleted
100644 → 0
View file @
1f5d6e6b
95d8aac39dd9f0d7fb83dc7b6f88df35
tests/ref/fate/lossless-truehd-5.1-downmix-2.0
deleted
100644 → 0
View file @
1f5d6e6b
a269aee0051d4400c9117136f08c9767
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment