| 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;
|
|
|