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

Unified Diff: media/filters/audio_file_reader.cc

Issue 111153003: FFmpeg fixups for M33 roll. Now with more Opus! (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: DEPS update. Created 7 years 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/ffmpeg/ffmpeg_unittest.cc ('k') | media/filters/ffmpeg_audio_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/audio_file_reader.cc
diff --git a/media/filters/audio_file_reader.cc b/media/filters/audio_file_reader.cc
index 330b1358a823b465e68f88348a2b5f7af9d68ef0..092c8f5329dbaa5dded24d8e3f5dc64d6451c348 100644
--- a/media/filters/audio_file_reader.cc
+++ b/media/filters/audio_file_reader.cc
@@ -132,7 +132,7 @@ int AudioFileReader::Read(AudioBus* audio_bus) {
// Holds decoded audio.
scoped_ptr_malloc<AVFrame, ScopedPtrAVFreeFrame> av_frame(
- avcodec_alloc_frame());
+ av_frame_alloc());
// Read until we hit EOF or we've read the requested number of frames.
AVPacket packet;
« no previous file with comments | « media/ffmpeg/ffmpeg_unittest.cc ('k') | media/filters/ffmpeg_audio_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698