diff options
author | Janne Grunau <janne-libav@jannau.net> | 2013-03-23 13:12:36 +0100 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2013-03-23 13:12:36 +0100 |
commit | 535c247b571805709dcd2038d9ee86fe167b4bc1 (patch) | |
tree | bda7ef24673e84b8191e086029c12876793dacdd /tests | |
parent | 3f15b301fa61547f59f1452b14edf14e5673fdd2 (diff) | |
download | ffmpeg-535c247b571805709dcd2038d9ee86fe167b4bc1.tar.gz |
fate: use little endian yuv444p10 in h264-reinit tests
Fixes fate big endian configs.
Diffstat (limited to 'tests')
-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 fcecc8f016..74c6a2de30 100644 --- a/tests/fate/h264.mak +++ b/tests/fate/h264.mak @@ -368,4 +368,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 |