OSDN Git Service

Add copy filter, useful for testing the avfilter_draw_slice() copy
[coroid/ffmpeg_saccubus.git] / tests / lavfi-regression.sh
index a3e75dd..f9f9f7c 100755 (executable)
@@ -58,6 +58,7 @@ do_lavfi_pixfmts(){
 }
 
 # all these filters have exactly one input and exactly one output
+do_lavfi_pixfmts "copy"    ""
 do_lavfi_pixfmts "crop"    "100:100:100:100"
 do_lavfi_pixfmts "hflip"   ""
 do_lavfi_pixfmts "null"    ""