fate: use little endian yuv444p10 in h264-reinit tests

Fixes fate big endian configs.
pull/13/merge
Janne Grunau 12 years ago
parent 3f15b301fa
commit 535c247b57
  1. 2
      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

Loading…
Cancel
Save