summaryrefslogtreecommitdiffstats
path: root/tests/fate/mov.mak
diff options
context:
space:
mode:
authorerankor <eran.kornblau@kaltura.com>2017-01-30 12:44:24 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2017-02-01 15:09:38 +0100
commit37557b28b9f5abc2043fbd000905899782141c62 (patch)
treec7a672588eb6776c524ef4e2dfd8bea75cb22bd8 /tests/fate/mov.mak
parent0101d2909550b751dfa5ea35b3a0ca5d9d5572cc (diff)
downloadffmpeg-streaming-37557b28b9f5abc2043fbd000905899782141c62.zip
ffmpeg-streaming-37557b28b9f5abc2043fbd000905899782141c62.tar.gz
mov: add fate test for decryption with edit list
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate/mov.mak')
-rw-r--r--tests/fate/mov.mak4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/fate/mov.mak b/tests/fate/mov.mak
index a9ce2da..74f0357 100644
--- a/tests/fate/mov.mak
+++ b/tests/fate/mov.mak
@@ -5,6 +5,7 @@ FATE_MOV = fate-mov-3elist \
fate-mov-elist-starts-ctts-2ndsample \
fate-mov-1elist-ends-last-bframe \
fate-mov-2elist-elist1-ends-bframe \
+ fate-mov-3elist-encrypted \
FATE_MOV_FFPROBE = fate-mov-aac-2048-priming \
fate-mov-zombie \
@@ -23,6 +24,9 @@ fate-mov-1elist-1ctts: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-1elist-1ctts.
fate-mov-3elist: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-3elist.mov
fate-mov-3elist-1ctts: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-3elist-1ctts.mov
+# Edit list with encryption
+fate-mov-3elist-encrypted: CMD = framemd5 -decryption_key 12345678901234567890123456789012 -i $(TARGET_SAMPLES)/mov/mov-3elist-encrypted.mov
+
# Makes sure that the CTTS is also modified when we fix avindex in mov.c while parsing edit lists.
fate-mov-elist-starts-ctts-2ndsample: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-elist-starts-ctts-2ndsample.mov
OpenPOWER on IntegriCloud