From patchwork Mon Sep 5 17:58:37 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Niedermayer X-Patchwork-Id: 436 Delivered-To: ffmpegpatchwork@gmail.com Received: by 10.103.140.134 with SMTP id o128csp212888vsd; Mon, 5 Sep 2016 11:02:52 -0700 (PDT) X-Received: by 10.194.200.198 with SMTP id ju6mr32112022wjc.184.1473098572724; Mon, 05 Sep 2016 11:02:52 -0700 (PDT) Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id yz4si12928655wjc.87.2016.09.05.11.02.32; Mon, 05 Sep 2016 11:02:52 -0700 (PDT) Received-SPF: pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) client-ip=79.124.17.100; Authentication-Results: mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 01FC7689D08; Mon, 5 Sep 2016 21:02:11 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from vie01a-dmta-pe04-1.mx.upcmail.net (vie01a-dmta-pe04-1.mx.upcmail.net [62.179.121.163]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 566D168071E for ; Mon, 5 Sep 2016 21:02:04 +0300 (EEST) Received: from [172.31.216.43] (helo=vie01a-pemc-psmtp-pe01) by vie01a-dmta-pe04.mx.upcmail.net with esmtp (Exim 4.87) (envelope-from ) id 1bgyDl-0001mq-4R for ffmpeg-devel@ffmpeg.org; Mon, 05 Sep 2016 20:02:13 +0200 Received: from localhost ([213.47.41.20]) by vie01a-pemc-psmtp-pe01 with SMTP @ mailcloud.upcmail.net id fu2C1t0070S5wYM01u2DmH; Mon, 05 Sep 2016 20:02:13 +0200 X-SourceIP: 213.47.41.20 From: Michael Niedermayer To: FFmpeg development discussions and patches Date: Mon, 5 Sep 2016 19:58:37 +0200 Message-Id: <20160905175839.19118-2-michael@niedermayer.cc> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20160905175839.19118-1-michael@niedermayer.cc> References: <20160905175839.19118-1-michael@niedermayer.cc> Subject: [FFmpeg-devel] [PATCH 2/4] test/fate: Add Ticket 236 / mov stream copy test X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches MIME-Version: 1.0 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Signed-off-by: Michael Niedermayer --- tests/fate/ffmpeg.mak | 5 +++++ tests/ref/fate/copy-236 | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 tests/ref/fate/copy-236 diff --git a/tests/fate/ffmpeg.mak b/tests/fate/ffmpeg.mak index 3b91c12..e896d05 100644 --- a/tests/fate/ffmpeg.mak +++ b/tests/fate/ffmpeg.mak @@ -51,6 +51,11 @@ fate-unknown_layout-ac3: CMD = md5 \ -guess_layout_max 0 -f s16le -ac 1 -ar 44100 -i $(TARGET_PATH)/$(AREF) \ -f ac3 -flags +bitexact -c ac3_fixed +FATE_SAMPLES_FFMPEG-$(call ALLYES, MOV_DEMUXER MOV_MUXER) += fate-copy-236 +fate-copy-236: $(TARGET_SAMPLES)/mov/fcp_export8-236.mov +fate-copy-236: CMD = transcode mov $(TARGET_SAMPLES)/mov/fcp_export8-236.mov\ + mov "-codec copy -map 0" + FATE_SAMPLES_FFMPEG-$(call DEMMUX, OGG, OGG) += fate-limited_input_seek fate-limited_input_seek-copyts fate-limited_input_seek: $(TARGET_SAMPLES)/vorbis/moog_small.ogg fate-limited_input_seek: CMD = md5 -ss 1.5 -t 1.3 -i $(TARGET_SAMPLES)/vorbis/moog_small.ogg -c:a copy -fflags +bitexact -f ogg diff --git a/tests/ref/fate/copy-236 b/tests/ref/fate/copy-236 new file mode 100644 index 0000000..58a5537 --- /dev/null +++ b/tests/ref/fate/copy-236 @@ -0,0 +1,2 @@ +9b95afdb39b426a33bc962889f820aed *tests/data/fate/copy-236.mov +630802 tests/data/fate/copy-236.mov