diff options
author | Janne Grunau <janne-libav@jannau.net> | 2013-03-23 13:15:17 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-03-23 22:33:11 +0100 |
commit | 70db0c91563f7a1fb5f17bf481d1207d99478573 (patch) | |
tree | be0a32cb4b358972e0f348d61e47162f8d950c1b | |
parent | 644092c8e8892f4f7e44a01b83487b398cafeb5a (diff) | |
download | ffmpeg-70db0c91563f7a1fb5f17bf481d1207d99478573.tar.gz |
fate: use little endian yuv444p10 in h264-reinit tests
Fixes fate big endian configs.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-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 3263967ab4..2cbd5df0d2 100644 --- a/tests/fate/h264.mak +++ b/tests/fate/h264.mak @@ -390,4 +390,4 @@ fate-h264-extreme-plane-pred: CMD = framemd5 -i $(SAMPLES)/h fate-h264-interlace-crop: CMD = framecrc -i $(SAMPLES)/h264/interlaced_crop.mp4 -vframes 3 fate-h264-lossless: CMD = framecrc -i $(SAMPLES)/h264/lossless.h264 -fate-h264-reinit-%: CMD = framecrc -i $(SAMPLES)/h264/$(@:fate-h264-%=%).h264 -vf format=yuv444p10,scale=352:288 +fate-h264-reinit-%: CMD = framecrc -i $(SAMPLES)/h264/$(@:fate-h264-%=%).h264 -vf format=yuv444p10le,scale=352:288 |