From 5e965582d5129ec1c5cbe67125fff8c96c6ba3c6 Mon Sep 17 00:00:00 2001 From: Sasi Inguva Date: Sun, 23 Oct 2016 22:37:50 -0700 Subject: lavf/mov.c: Use the correct timescale when seeking for audio. Signed-off-by: Sasi Inguva Reviewed-by: Derek Buitenhuis --- tests/fate/mov.mak | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tests/fate/mov.mak') diff --git a/tests/fate/mov.mak b/tests/fate/mov.mak index 4b5885b462..6b7983223c 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 -- cgit v1.2.3