~ppsspp/ppsspp/ffmpeg

« back to all changes in this revision

Viewing changes to tests/fate/video.mak

  • Committer: Henrik Rydgård
  • Date: 2014-01-03 10:44:32 UTC
  • Revision ID: git-v1:87c6c126784b1718bfa448ecf2e6a9fef781eb4e
Update our ffmpeg snapshot to a clone of the official repository.

This is because Maxim's at3plus support has been officially merged!

Show diffs side-by-side

added added

removed removed

Lines of Context:
163
163
fate-jpeg2000-dcinema: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/jpeg2000/chiens_dcinema2K.mxf -pix_fmt xyz12le
164
164
 
165
165
FATE_VIDEO-$(call DEMDEC, JV, JV) += fate-jv
166
 
fate-jv: CMD = framecrc -i $(TARGET_SAMPLES)/jv/intro.jv -pix_fmt rgb24 -an
 
166
fate-jv: CMD = framecrc -i $(TARGET_SAMPLES)/jv/intro.jv -an -pix_fmt rgb24
167
167
 
168
168
FATE_VIDEO-$(call DEMDEC, AVI, KGV1) += fate-kgv1
169
169
fate-kgv1: CMD = framecrc -i $(TARGET_SAMPLES)/kega/kgv1.avi -pix_fmt rgb555le -an
269
269
FATE_VIDEO-$(call DEMDEC, AVI, VCR1) += fate-vcr1
270
270
fate-vcr1: CMD = framecrc -i $(TARGET_SAMPLES)/vcr1/VCR1test.avi -an
271
271
 
 
272
FATE_VIDEO-$(call DEMDEC, AVI, MPEG2VIDEO) += fate-vcr2
 
273
fate-vcr2: CMD = framecrc -flags +bitexact -idct simple -i $(TARGET_SAMPLES)/vcr2/VCR2test.avi -an
 
274
 
272
275
FATE_VIDEO-$(call DEMDEC, AVI, XL) += fate-videoxl
273
276
fate-videoxl: CMD = framecrc -i $(TARGET_SAMPLES)/vixl/pig-vixl.avi
274
277