summaryrefslogtreecommitdiffstats
path: root/tests/fate/mov.mak
diff options
context:
space:
mode:
authorSasi Inguva <isasi-at-google.com@ffmpeg.org>2016-10-23 22:37:50 -0700
committerRostislav Pehlivanov <atomnuker@gmail.com>2016-10-31 13:43:43 +0000
commit5e965582d5129ec1c5cbe67125fff8c96c6ba3c6 (patch)
treef9fc29f1a71e0e7b743f8b50a148c765048db4c2 /tests/fate/mov.mak
parent894e7ef9b4256e92fd0ec9ec2518389502b8be91 (diff)
downloadffmpeg-streaming-5e965582d5129ec1c5cbe67125fff8c96c6ba3c6.zip
ffmpeg-streaming-5e965582d5129ec1c5cbe67125fff8c96c6ba3c6.tar.gz
lavf/mov.c: Use the correct timescale when seeking for audio.
Signed-off-by: Sasi Inguva <isasi@google.com> Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'tests/fate/mov.mak')
-rw-r--r--tests/fate/mov.mak6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/fate/mov.mak b/tests/fate/mov.mak
index 4b5885b..6b79832 100644
--- a/tests/fate/mov.mak
+++ b/tests/fate/mov.mak
@@ -4,7 +4,8 @@ FATE_MOV = fate-mov-3elist \
fate-mov-1elist-noctts \
fate-mov-elist-starts-ctts-2ndsample \
fate-mov-1elist-ends-last-bframe \
- fate-mov-2elist-elist1-ends-bframe
+ fate-mov-2elist-elist1-ends-bframe \
+ fate-mov-aac-2048-priming
FATE_SAMPLES_AVCONV += $(FATE_MOV)
@@ -26,3 +27,6 @@ fate-mov-1elist-ends-last-bframe: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-1e
# Makes sure that we handle timestamps of packets in case of multiple edit lists with one of them ending on a B-frame correctly.
fate-mov-2elist-elist1-ends-bframe: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-2elist-elist1-ends-bframe.mov
+
+fate-mov-aac-2048-priming: ffprobe$(PROGSSUF)$(EXESUF)
+fate-mov-aac-2048-priming: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_packets -print_format compact $(TARGET_SAMPLES)/mov/aac-2048-priming.mov
OpenPOWER on IntegriCloud