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
2b1995e3
Commit
2b1995e3
authored
Jun 29, 2016
by
Petru Rares Sincraian
Committed by
Michael Niedermayer
Jun 29, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fate: add test for asetnsamples
Signed-off-by:
Michael Niedermayer
<
michael@niedermayer.cc
>
parent
1a751455
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
527 additions
and
0 deletions
+527
-0
filter-audio.mak
tests/fate/filter-audio.mak
+5
-0
filter-asetnsamples
tests/ref/fate/filter-asetnsamples
+522
-0
No files found.
tests/fate/filter-audio.mak
View file @
2b1995e3
...
...
@@ -84,6 +84,11 @@ fate-filter-anequalizer: tests/data/filtergraphs/anequalizer
fate-filter-anequalizer: SRC = $(TARGET_PATH)/tests/data/asynth-44100-2.wav
fate-filter-anequalizer: CMD = framecrc -i $(SRC) -filter_complex_script $(TARGET_PATH)/tests/data/filtergraphs/anequalizer
FATE_AFILTER-$(call FILTERDEMDECENCMUX, ASETNSAMPLES, WAV, PCM_S16LE, PCM_S16LE, WAV) += fate-filter-asetnsamples
fate-filter-asetnsamples: tests/data/asynth-44100-2.wav
fate-filter-asetnsamples: SRC = $(TARGET_PATH)/tests/data/asynth-44100-2.wav
fate-filter-asetnsamples: CMD = framecrc -i $(SRC) -af asetnsamples=512:p=1
tests/data/hls-list.m3u8: TAG = GEN
tests/data/hls-list.m3u8: ffmpeg$(PROGSSUF)$(EXESUF) | tests/data
$(M)$(TARGET_EXEC) $(TARGET_PATH)/$< \
...
...
tests/ref/fate/filter-asetnsamples
0 → 100644
View file @
2b1995e3
This diff is collapsed.
Click to expand it.
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