diff options
Diffstat (limited to 'media/video/omx_video_decode_engine.h')
-rw-r--r-- | media/video/omx_video_decode_engine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media/video/omx_video_decode_engine.h b/media/video/omx_video_decode_engine.h index 8347eed..c5b3882 100644 --- a/media/video/omx_video_decode_engine.h +++ b/media/video/omx_video_decode_engine.h @@ -28,6 +28,7 @@ class OmxVideoDecodeEngine : public VideoDecodeEngine { // Implementation of the VideoDecodeEngine Interface. virtual void Initialize(MessageLoop* message_loop, VideoDecodeEngine::EventHandler* event_handler, + VideoDecodeContext* context, const VideoCodecConfig& config); virtual void ConsumeVideoSample(scoped_refptr<Buffer> buffer); virtual void ProduceVideoFrame(scoped_refptr<VideoFrame> frame); |