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

Unified Diff: trunk/src/media/filters/ffmpeg_audio_decoder.cc

Issue 296483012: Revert 271945 "Roll FFmpeg for M37." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 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
« no previous file with comments | « trunk/src/media/filters/audio_file_reader.cc ('k') | trunk/src/media/filters/ffmpeg_demuxer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/media/filters/ffmpeg_audio_decoder.cc
===================================================================
--- trunk/src/media/filters/ffmpeg_audio_decoder.cc (revision 271953)
+++ trunk/src/media/filters/ffmpeg_audio_decoder.cc (working copy)
@@ -378,6 +378,7 @@
DCHECK_GE(unread_frames, 0);
if (unread_frames > 0)
output->TrimEnd(unread_frames);
+
av_frame_unref(av_frame_.get());
}
« no previous file with comments | « trunk/src/media/filters/audio_file_reader.cc ('k') | trunk/src/media/filters/ffmpeg_demuxer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698