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

Unified Diff: media/base/media_file_checker.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 | « DEPS ('k') | media/cdm/ppapi/ffmpeg_cdm_audio_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_file_checker.cc
diff --git a/media/base/media_file_checker.cc b/media/base/media_file_checker.cc
index d49638ac31cf2bf4160d17d41820c9e172c42138..494657d209f1917b28dadf9c0f7da26dbbb0d53b 100644
--- a/media/base/media_file_checker.cc
+++ b/media/base/media_file_checker.cc
@@ -60,7 +60,7 @@ bool MediaFileChecker::Start(base::TimeDelta check_time) {
AVPacket packet;
scoped_ptr_malloc<AVFrame, media::ScopedPtrAVFreeFrame> frame(
- avcodec_alloc_frame());
+ av_frame_alloc());
int result = 0;
base::Time deadline = base::Time::Now() +
« no previous file with comments | « DEPS ('k') | media/cdm/ppapi/ffmpeg_cdm_audio_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698