Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
73cd131e
Commit
73cd131e
authored
Jul 05, 2012
by
Anton Khirnov
Browse files
FATE: add a test for the asyncts audio filter.
parent
721113be
Changes
2
Hide whitespace changes
Inline
Side-by-side
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