| Index: media/video/ffmpeg_video_decode_engine.h
|
| diff --git a/media/video/ffmpeg_video_decode_engine.h b/media/video/ffmpeg_video_decode_engine.h
|
| index 32eac456bb39ea4c88132f46eca4110977b072f0..b7d7661cdb46e551434ffff5f4722eddcd3dea92 100644
|
| --- a/media/video/ffmpeg_video_decode_engine.h
|
| +++ b/media/video/ffmpeg_video_decode_engine.h
|
| @@ -33,8 +33,6 @@ class FFmpegVideoDecodeEngine : public VideoDecodeEngine {
|
| virtual void Flush();
|
| virtual void Seek();
|
|
|
| - VideoFrame::Format GetSurfaceFormat() const;
|
| -
|
| private:
|
| void DecodeFrame(scoped_refptr<Buffer> buffer);
|
| void ReadInput();
|
|
|