Browse Source

fate: add test for the overlay video filter.

The test also covers somewhat the split, scale,
pad and fifo filters and the graph parser.
tags/n0.11
Nicolas George 14 years ago
parent
commit
220de4fa20
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      tests/lavfi-regression.sh
  2. +1
    -0
      tests/ref/lavfi/overlay

+ 1
- 0
tests/lavfi-regression.sh View File

@@ -36,6 +36,7 @@ do_lavfi "deshake" "deshake"
do_lavfi "drawbox" "drawbox=224:24:88:72:#FF8010@0.5"
do_lavfi "fade" "fade=in:5:15,fade=out:30:15"
do_lavfi "null" "null"
do_lavfi "overlay" "split[m],scale=88:72,pad=96:80:4:4[o2];[m]fifo,[o2]overlay=240:16"
do_lavfi "scale200" "scale=200:200"
do_lavfi "scale500" "scale=500:500"
do_lavfi "setdar" "setdar=16/9"


+ 1
- 0
tests/ref/lavfi/overlay View File

@@ -0,0 +1 @@
overlay 302f835bad0241f302377d3b9d4af85d

Loading…
Cancel
Save