Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(320)

Unified Diff: media/test/data/README

Issue 812643005: Re-add AC3/EAC3 audio demuxing support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: buildfix Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/mojo/services/media_type_converters.cc ('k') | media/test/data/bear-ac3-only-frag.mp4 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/test/data/README
diff --git a/media/test/data/README b/media/test/data/README
index 773ff84a3a73348833dfa303d74e54f534262463..8ab82737d5483a19afad8fe592adebef0e81bfc8 100644
--- a/media/test/data/README
+++ b/media/test/data/README
@@ -196,4 +196,13 @@ media/test/data/bear-640x360-non_square_pixel-with_pasp.mp4
media/test/data/bear-640x360-non_square_pixel-without_pasp.mp4
Size in TKHD is (639.2x360) and size in STSD is (470x360). No PASP box is
- present.
+ present.
+
+// MP4 files with AC3 and EAC3 audio
+media/test/data/bear-ac3-only-frag.mp4
+ AC3 audio in framented MP4, generated with
+ ffmpeg -i bear.ac3 -acodec copy -movflags frag_keyframe bear-ac3-only-frag.mp4
+
+media/test/data/bear-eac3-only-frag.mp4
+ EAC3 audio in framented MP4, generated with
+ ffmpeg -i bear.eac3 -acodec copy -movflags frag_keyframe bear-eac3-only-frag.mp4
« no previous file with comments | « media/mojo/services/media_type_converters.cc ('k') | media/test/data/bear-ac3-only-frag.mp4 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698