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

Unified Diff: media/filters/ffmpeg_audio_decoder.cc

Issue 10912080: Switch to AVIO instead of a custom FFmpeg URLProtocol handler. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Comments. Created 8 years, 3 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/ffmpeg_audio_decoder.cc
diff --git a/media/filters/ffmpeg_audio_decoder.cc b/media/filters/ffmpeg_audio_decoder.cc
index 32f0208501d11ce9208d35d630698471b531fb15..6b80cb70bd1a604f5a96b001404d5eaa003cb14d 100644
--- a/media/filters/ffmpeg_audio_decoder.cc
+++ b/media/filters/ffmpeg_audio_decoder.cc
@@ -54,7 +54,7 @@ void FFmpegAudioDecoder::Initialize(
const PipelineStatusCB& status_cb,
const StatisticsCB& statistics_cb) {
// Ensure FFmpeg has been initialized
- FFmpegGlue::GetInstance();
+ FFmpegGlue::InitializeFFmpeg();
if (!message_loop_) {
message_loop_ = base::ResetAndReturn(&message_loop_factory_cb_).Run();

Powered by Google App Engine
This is Rietveld 408576698