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, 0 insertions, 1 deletions
diff --git a/media/video/omx_video_decode_engine.h b/media/video/omx_video_decode_engine.h index c5b3882..8347eed 100644 --- a/media/video/omx_video_decode_engine.h +++ b/media/video/omx_video_decode_engine.h @@ -28,7 +28,6 @@ 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); |