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
73cd131e
Commit
73cd131e
authored
Jul 05, 2012
by
Anton Khirnov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FATE: add a test for the asyncts audio filter.
parent
721113be
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
Makefile
tests/Makefile
+1
-0
filter.mak
tests/fate/filter.mak
+10
-0
No files found.
tests/Makefile
View file @
73cd131e
...
...
@@ -42,6 +42,7 @@ include $(SRC_PATH)/tests/fate/demux.mak
include
$(SRC_PATH)/tests/fate/dfa.mak
include
$(SRC_PATH)/tests/fate/dpcm.mak
include
$(SRC_PATH)/tests/fate/ea.mak
include
$(SRC_PATH)/tests/fate/filter.mak
include
$(SRC_PATH)/tests/fate/flac.mak
include
$(SRC_PATH)/tests/fate/fft.mak
include
$(SRC_PATH)/tests/fate/h264.mak
...
...
tests/fate/filter.mak
0 → 100644
View file @
73cd131e
FATE_ASYNCTS += fate-filter-asyncts
fate-filter-asyncts: SRC = $(SAMPLES)/nellymoser/nellymoser-discont.flv
fate-filter-asyncts: CMD = md5 -i $(SRC) -af asyncts -f wav
fate-filter-asyncts: CMP = oneline
fate-filter-asyncts: REF = 5faa5d6ecec8d0c982e80a090d114576
FATE_FILTER += $(FATE_ASYNCTS)
FATE_SAMPLES_AVCONV += $(FATE_ASYNCTS)
fate-filter: $(FATE_FILTER)
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