diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-10-19 14:23:43 +0200 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-10-23 14:56:43 +0200 |
commit | 533a6198505edd1379e1cd722852350ae4a85acc (patch) | |
tree | e193cc0fc89571e62ef0a7a9d27c702d705fbecf /tests/fate | |
parent | 233d2fa0443197df12b4f7823d591dad964149b3 (diff) | |
download | ffmpeg-streaming-533a6198505edd1379e1cd722852350ae4a85acc.zip ffmpeg-streaming-533a6198505edd1379e1cd722852350ae4a85acc.tar.gz |
innoHeim/Rsupport Screen Capture Codec decoder
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/screen.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate/screen.mak b/tests/fate/screen.mak index 0536909..82d4861 100644 --- a/tests/fate/screen.mak +++ b/tests/fate/screen.mak @@ -41,6 +41,9 @@ fate-g2m4: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/g2m/g2m4.asf FATE_SAMPLES_AVCONV-$(call DEMDEC, ASF, G2M) += $(FATE_G2M) fate-g2m: $(FATE_G2M) +FATE_SAMPLES_AVCONV-$(call DEMDEC, AVI, RSCC) += fate-rscc +fate-rscc: CMD = framecrc -i $(TARGET_SAMPLES)/rscc/pip.avi -an + FATE_SAMPLES_AVCONV-$(call DEMDEC, AVI, SCREENPRESSO) += fate-screenpresso fate-screenpresso: CMD = framecrc -i $(TARGET_SAMPLES)/spv1/bunny.avi |