From 6ce837cc5935728fa8d506aa1ef502ae758ac745 Mon Sep 17 00:00:00 2001 From: "acolwell@chromium.org" Date: Fri, 18 Oct 2013 10:29:55 +0000 Subject: Add support for avc3 codec string. The avc3 codec string is used for H.264 content where the SPS & PPS are included at the beginning of each access point instead of in the file headers. This change just allows these streams to be played since our decoders already support this. In fact, our avc1 code essentially creates avc3 style streams for the decoder anyways. BUG=306545 TEST=PipelineIntegrationTest.BasicPlayback_MediaSource_VideoOnly_MP4_AVC3 Review URL: https://codereview.chromium.org/27374002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229347 0039d316-1c4b-4281-b951-d872f2087c98 --- media/test/data/bear-1280x720-v_frag-avc3.mp4 | Bin 0 -> 689173 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 media/test/data/bear-1280x720-v_frag-avc3.mp4 (limited to 'media/test/data') diff --git a/media/test/data/bear-1280x720-v_frag-avc3.mp4 b/media/test/data/bear-1280x720-v_frag-avc3.mp4 new file mode 100644 index 0000000..25970ac Binary files /dev/null and b/media/test/data/bear-1280x720-v_frag-avc3.mp4 differ -- cgit v1.1