Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / ffmpeg / tests / fate-run.sh
index 60cb569..7fe7e74 100755 (executable)
@@ -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%_*}