summaryrefslogtreecommitdiff
path: root/tests/fate/ffmpeg.mak
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-01-02 21:44:43 +0100
committerClément Bœsch <ubitux@gmail.com>2013-01-02 21:48:56 +0100
commitfc86f863536b711a443f981d45913172190c8030 (patch)
tree0f2b658ad0e140381dba580eccc046b2cea066fe /tests/fate/ffmpeg.mak
parentccb7f203099e1232ed2c3e89550fdb7ad1e1b9dd (diff)
fate/sub2video: move sws flags globally in the filtergraph.
The flags are necessary for the auto inserted scaler (because the overlay filter needs an alpha channel for the overlay surface).
Diffstat (limited to 'tests/fate/ffmpeg.mak')
-rw-r--r--tests/fate/ffmpeg.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/ffmpeg.mak b/tests/fate/ffmpeg.mak
index f436cf8e37..b98ccd8c77 100644
--- a/tests/fate/ffmpeg.mak
+++ b/tests/fate/ffmpeg.mak
@@ -25,5 +25,5 @@ fate-sub2video: tests/data/vsynth2.yuv
fate-sub2video: CMD = framecrc \
-f rawvideo -r 5 -s 352x288 -pix_fmt yuv420p -i tests/data/vsynth2.yuv \
-ss 132 -i $(SAMPLES)/sub/vobsub.idx \
- -filter_complex "[0:0]scale=720:480:flags=+accurate_rnd+bitexact[v];[v][1:0]overlay[v2]" \
+ -filter_complex "sws_flags=+accurate_rnd+bitexact;[0:0]scale=720:480[v];[v][1:0]overlay[v2]" \
-map "[v2]" -c:v rawvideo -map 1:s -c:s dvdsub