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

Unified Diff: media/filters/source_buffer.cc

Issue 10536014: Implement ISO BMFF support in Media Source. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 6 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
Index: media/filters/source_buffer.cc
diff --git a/media/filters/source_buffer.cc b/media/filters/source_buffer.cc
index 84efa91f4425869220e0018e7d75d9a92ec37f51..dabd2d0562bc6bda34b7e8aaa71b5d9844671ac1 100644
--- a/media/filters/source_buffer.cc
+++ b/media/filters/source_buffer.cc
@@ -7,6 +7,7 @@
#include "base/bind.h"
#include "base/logging.h"
#include "media/webm/webm_stream_parser.h"
+#include "media/mp4/mp4_stream_parser.h"
acolwell GONE FROM CHROMIUM 2012/06/06 17:32:39 Remove. Object not used in this file. Please remov
strobe_ 2012/06/07 16:33:54 Done.
namespace media {

Powered by Google App Engine
This is Rietveld 408576698