Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-04-30 04:08:48 +0400
committerClément Bœsch <ubitux@gmail.com>2013-04-30 04:12:45 +0400
commit45734dea9e03176b715b49ce5ba33386edd4155e (patch)
tree316a1c4c08eba9f19d805f9f041a0409c05a883a /tests/fate-run.sh
parent93aede41ce05b149eab8cc28cd416251df30f85e (diff)
fate: port remaining filters to new system.
Merge of b963f021b603509b5159873de4919dec441d0782 is now complete.
Diffstat (limited to 'tests/fate-run.sh')
-rwxr-xr-xtests/fate-run.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/fate-run.sh b/tests/fate-run.sh
index ea3fe72bd7..4d5d214776 100755
--- a/tests/fate-run.sh
+++ b/tests/fate-run.sh
@@ -160,12 +160,6 @@ lavftest(){
regtest lavf lavf tests/vsynth1
}
-#FIXME should be removed
-lavfitest(){
- cleanfiles="tests/data/lavfi/${test#lavfi-}.nut"
- regtest lavfi lavfi tests/vsynth1
-}
-
video_filter(){
filters=$1
shift
@@ -186,6 +180,7 @@ pixdesc(){
pixfmts(){
filter=${test#filter-pixfmts-}
+ filter=${filter%_*}
filter_args=$1
prefilter_chain=$2