Index: media/filters/ffmpeg_video_decoder.h |
diff --git a/media/filters/ffmpeg_video_decoder.h b/media/filters/ffmpeg_video_decoder.h |
index 7737e4b8c36c311e975fa6361e7ad765ae851071..3183ab392cce5a721cde8b084107dfd9a7068679 100644 |
--- a/media/filters/ffmpeg_video_decoder.h |
+++ b/media/filters/ffmpeg_video_decoder.h |
@@ -68,7 +68,7 @@ class MEDIA_EXPORT FFmpegVideoDecoder : public VideoDecoder { |
// Handles (re-)initializing the decoder with a (new) config. |
// Returns true if initialization was successful. |
- bool ConfigureDecoder(bool low_delay); |
+ bool ConfigureDecoder(const VideoDecoderConfig& config, bool low_delay); |
// Releases resources associated with |codec_context_| and |av_frame_| |
// and resets them to NULL. |