diff options
author | Sean McGovern <gseanmcg@gmail.com> | 2013-07-10 13:37:05 -0400 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-07-12 11:08:25 +0300 |
commit | 52ea29867070243385220a223d7512ea7d4ae2d2 (patch) | |
tree | 001a68a59e0f9edf4d4d337ce47b4eaf51caa922 /tests/fate/h264.mak | |
parent | 3802833bc1f79775a1547c5e427fed6e92b77e53 (diff) | |
download | ffmpeg-52ea29867070243385220a223d7512ea7d4ae2d2.tar.gz |
fate: use current syntax for the scale filter
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'tests/fate/h264.mak')
-rw-r--r-- | tests/fate/h264.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/h264.mak b/tests/fate/h264.mak index d935d0906c..13bbd1152b 100644 --- a/tests/fate/h264.mak +++ b/tests/fate/h264.mak @@ -370,4 +370,4 @@ fate-h264-extreme-plane-pred: CMD = framemd5 -i $(TARGET_SAM fate-h264-interlace-crop: CMD = framecrc -i $(TARGET_SAMPLES)/h264/interlaced_crop.mp4 -vframes 3 fate-h264-lossless: CMD = framecrc -i $(TARGET_SAMPLES)/h264/lossless.h264 -fate-h264-reinit-%: CMD = framecrc -i $(TARGET_SAMPLES)/h264/$(@:fate-h264-%=%).h264 -vf format=yuv444p10le,scale=352:288 +fate-h264-reinit-%: CMD = framecrc -i $(TARGET_SAMPLES)/h264/$(@:fate-h264-%=%).h264 -vf format=yuv444p10le,scale=w=352:h=288 |