summaryrefslogtreecommitdiffstats
path: root/media/video/ffmpeg_video_decode_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'media/video/ffmpeg_video_decode_engine.h')
-rw-r--r--media/video/ffmpeg_video_decode_engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/video/ffmpeg_video_decode_engine.h b/media/video/ffmpeg_video_decode_engine.h
index ab2ad83..6742246 100644
--- a/media/video/ffmpeg_video_decode_engine.h
+++ b/media/video/ffmpeg_video_decode_engine.h
@@ -28,7 +28,7 @@ class FFmpegVideoDecodeEngine : public VideoDecodeEngine {
virtual void Initialize(MessageLoop* message_loop,
VideoDecodeEngine::EventHandler* event_handler,
VideoDecodeContext* context,
- const VideoCodecConfig& config);
+ const VideoDecoderConfig& config);
virtual void ConsumeVideoSample(scoped_refptr<Buffer> buffer);
virtual void ProduceVideoFrame(scoped_refptr<VideoFrame> frame);
virtual void Uninitialize();