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

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: Rebase. Created 8 years, 1 month 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/filters/audio_file_reader.cc ('k') | media/filters/ffmpeg_audio_decoder_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/ffmpeg_audio_decoder.cc
diff --git a/media/filters/ffmpeg_audio_decoder.cc b/media/filters/ffmpeg_audio_decoder.cc
index 517fef2d9abc07e0eccf1731ceea1c75290bf5fe..a74d7dd2cbb3a053304bf11ba33de7c45ec92779 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();
« no previous file with comments | « media/filters/audio_file_reader.cc ('k') | media/filters/ffmpeg_audio_decoder_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698