This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
fate-mpeg4: use TARGET_SAMPLES for resize tests
tags/n2.5
Janne Grunau
10 years ago
parent
d2771a1dc0
commit
04d8af5f17
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tests/fate/mpeg4.mak
+ 1
- 1
tests/fate/mpeg4.mak
View File
@@ -1,7 +1,7 @@
MPEG4_RESOLUTION_CHANGE = down-down down-up up-down up-up
MPEG4_RESOLUTION_CHANGE = down-down down-up up-down up-up
fate-mpeg4-resolution-change-%: CMD = framemd5 -flags +bitexact -idct simple -i $(SAMPLES)/mpeg4/resize_$(@:fate-mpeg4-resolution-change-%=%).h263
fate-mpeg4-resolution-change-%: CMD = framemd5 -flags +bitexact -idct simple -i $(
TARGET_
SAMPLES)/mpeg4/resize_$(@:fate-mpeg4-resolution-change-%=%).h263
FATE_MPEG4-$(call DEMDEC, H263, H263) := $(addprefix fate-mpeg4-resolution-change-, $(MPEG4_RESOLUTION_CHANGE))
FATE_MPEG4-$(call DEMDEC, H263, H263) := $(addprefix fate-mpeg4-resolution-change-, $(MPEG4_RESOLUTION_CHANGE))
Write
Preview
Loading…
Cancel
Save