summaryrefslogtreecommitdiffstats
path: root/tests/fate-run.sh
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-08-01 14:33:16 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-08-01 15:03:22 +0200
commit713dbe0655e4c3a906b0d812a6f90ac161223876 (patch)
treefbd605821f014cfd5405a90c7335af208d08d2e2 /tests/fate-run.sh
parent9e052df86d522cddbddaafe584c2c8cf4d5f5032 (diff)
parent706208ef47bffd525c982975d2756f7b2b220b8d (diff)
downloadffmpeg-streaming-713dbe0655e4c3a906b0d812a6f90ac161223876.zip
ffmpeg-streaming-713dbe0655e4c3a906b0d812a6f90ac161223876.tar.gz
Merge commit '706208ef47bffd525c982975d2756f7b2b220b8d'
* commit '706208ef47bffd525c982975d2756f7b2b220b8d': fate: Split fate-pixdesc tests and dispatch them through Make Conflicts: tests/fate-run.sh tests/ref/fate/filter-pixdesc Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/fate-run.sh')
-rwxr-xr-xtests/fate-run.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/fate-run.sh b/tests/fate-run.sh
index 60cb569..7fe7e74 100755
--- a/tests/fate-run.sh
+++ b/tests/fate-run.sh
@@ -177,14 +177,6 @@ video_filter(){
$FLAGS $ENC_OPTS -vf "$filters" -vcodec rawvideo $* -f nut md5:
}
-pixdesc(){
- pix_fmts="$(ffmpeg -pix_fmts list 2>/dev/null | awk 'NR > 8 && /^IO/ { print $2 }' | sort)"
- for pix_fmt in $pix_fmts; do
- test=$pix_fmt
- video_filter "format=$pix_fmt,pixdesctest" -pix_fmt $pix_fmt
- done
-}
-
pixfmts(){
filter=${test#filter-pixfmts-}
filter=${filter%_*}
OpenPOWER on IntegriCloud