Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
a84c8af0
Commit
a84c8af0
authored
11 years ago
by
Anton Khirnov
Browse files
Options
Downloads
Patches
Plain Diff
FATE: add a test for the ONE_STR mapping mode of the channelmap filter
parent
e8436126
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tests/fate/filter-audio.mak
+17
-7
17 additions, 7 deletions
tests/fate/filter-audio.mak
tests/filtergraphs/channelmap_one_int
+0
-0
0 additions, 0 deletions
tests/filtergraphs/channelmap_one_int
tests/filtergraphs/channelmap_one_str
+1
-0
1 addition, 0 deletions
tests/filtergraphs/channelmap_one_str
with
18 additions
and
7 deletions
tests/fate/filter-audio.mak
+
17
−
7
View file @
a84c8af0
...
@@ -41,13 +41,23 @@ $(FATE_ATRIM): SRC = $(TARGET_PATH)/tests/data/asynth-44100-2.wav
...
@@ -41,13 +41,23 @@ $(FATE_ATRIM): SRC = $(TARGET_PATH)/tests/data/asynth-44100-2.wav
FATE_FILTER-
$(
call
FILTERDEMDECENCMUX, ATRIM, WAV, PCM_S16LE, PCM_S16LE, WAV
)
+=
$(FATE_ATRIM)
FATE_FILTER-
$(
call
FILTERDEMDECENCMUX, ATRIM, WAV, PCM_S16LE, PCM_S16LE, WAV
)
+=
$(FATE_ATRIM)
FATE_AFILTER-
$(
call
FILTERDEMDECENCMUX, CHANNELMAP, WAV, PCM_S16LE, PCM_S16LE, WAV
)
+=
fate-filter-channelmap
FATE_FILTER_CHANNELMAP
+=
fate-filter-channelmap-one-int
fate-filter-channelmap
:
tests/data/filtergraphs/channelmap
fate-filter-channelmap-one-int
:
tests/data/filtergraphs/channelmap_one_int
fate-filter-channelmap
:
SRC = $(TARGET_PATH)/tests/data/asynth-44100-6.wav
fate-filter-channelmap-one-int
:
SRC = $(TARGET_PATH)/tests/data/asynth-44100-6.wav
fate-filter-channelmap
:
tests/data/asynth-44100-6.wav
fate-filter-channelmap-one-int
:
tests/data/asynth-44100-6.wav
fate-filter-channelmap
:
CMD = md5 -i $(SRC) -filter_complex_script $(TARGET_PATH)/tests/data/filtergraphs/channelmap -f wav -flags +bitexact
fate-filter-channelmap-one-int
:
CMD = md5 -i $(SRC) -filter_complex_script $(TARGET_PATH)/tests/data/filtergraphs/channelmap_one_int -f wav -flags +bitexact
fate-filter-channelmap
:
CMP = oneline
fate-filter-channelmap-one-int
:
CMP = oneline
fate-filter-channelmap
:
REF = 21f1977c4f9705e2057083f84764e685
fate-filter-channelmap-one-int
:
REF = 21f1977c4f9705e2057083f84764e685
FATE_FILTER_CHANNELMAP
+=
fate-filter-channelmap-one-str
fate-filter-channelmap-one-str
:
tests/data/filtergraphs/channelmap_one_str
fate-filter-channelmap-one-str
:
SRC = $(TARGET_PATH)/tests/data/asynth-44100-2.wav
fate-filter-channelmap-one-str
:
tests/data/asynth-44100-2.wav
fate-filter-channelmap-one-str
:
CMD = md5 -i $(SRC) -filter_complex_script $(TARGET_PATH)/tests/data/filtergraphs/channelmap_one_str -f wav -flags +bitexact
fate-filter-channelmap-one-str
:
CMP = oneline
fate-filter-channelmap-one-str
:
REF = 9fe9bc452282dfd94fd80e9491607a0c
FATE_AFILTER-
$(
call
FILTERDEMDECENCMUX, CHANNELMAP, WAV, PCM_S16LE, PCM_S16LE, WAV
)
+=
$(FATE_FILTER_CHANNELMAP)
FATE_AFILTER-
$(
call
FILTERDEMDECENCMUX, CHANNELSPLIT, WAV, PCM_S16LE, PCM_S16LE, PCM_S16LE
)
+=
fate-filter-channelsplit
FATE_AFILTER-
$(
call
FILTERDEMDECENCMUX, CHANNELSPLIT, WAV, PCM_S16LE, PCM_S16LE, PCM_S16LE
)
+=
fate-filter-channelsplit
fate-filter-channelsplit
:
SRC = $(TARGET_PATH)/tests/data/asynth-44100-2.wav
fate-filter-channelsplit
:
SRC = $(TARGET_PATH)/tests/data/asynth-44100-2.wav
...
...
This diff is collapsed.
Click to expand it.
tests/filtergraphs/channelmap
→
tests/filtergraphs/channelmap
_one_int
+
0
−
0
View file @
a84c8af0
File moved
This diff is collapsed.
Click to expand it.
tests/filtergraphs/channelmap_one_str
0 → 100644
+
1
−
0
View file @
a84c8af0
channelmap=map=FR|FL:channel_layout=stereo
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment