]> git.sesse.net Git - ffmpeg/commitdiff
fate: use little endian yuv444p10 in h264-reinit tests
authorJanne Grunau <janne-libav@jannau.net>
Sat, 23 Mar 2013 12:12:36 +0000 (13:12 +0100)
committerJanne Grunau <janne-libav@jannau.net>
Sat, 23 Mar 2013 12:12:36 +0000 (13:12 +0100)
Fixes fate big endian configs.

tests/fate/h264.mak

index fcecc8f016728b84bf46e43d712ab4eb07ea6a2c..74c6a2de30842d4cff1930554ebf889a2eb51cc3 100644 (file)
@@ -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