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

Unified Diff: trunk/src/media/filters/ffmpeg_video_decoder.h

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
Index: trunk/src/media/filters/ffmpeg_video_decoder.h
===================================================================
--- trunk/src/media/filters/ffmpeg_video_decoder.h (revision 271953)
+++ trunk/src/media/filters/ffmpeg_video_decoder.h (working copy)
@@ -41,11 +41,9 @@
virtual void Stop() OVERRIDE;
// Callback called from within FFmpeg to allocate a buffer based on
- // the dimensions of |codec_context|. See AVCodecContext.get_buffer2
+ // the dimensions of |codec_context|. See AVCodecContext.get_buffer
// documentation inside FFmpeg.
- int GetVideoBuffer(struct AVCodecContext* codec_context,
- AVFrame* frame,
- int flags);
+ int GetVideoBuffer(AVCodecContext *codec_context, AVFrame* frame);
private:
enum DecoderState {
« no previous file with comments | « trunk/src/media/filters/ffmpeg_h264_to_annex_b_bitstream_converter.cc ('k') | trunk/src/media/filters/ffmpeg_video_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698