| Index: media/video/omx_video_decode_engine.cc
|
| diff --git a/media/video/omx_video_decode_engine.cc b/media/video/omx_video_decode_engine.cc
|
| index 1ffdf40077d273079a1ce65294389af3bf87b91b..9ca30895f2f0070102b7cc9e377d5d679da7336d 100644
|
| --- a/media/video/omx_video_decode_engine.cc
|
| +++ b/media/video/omx_video_decode_engine.cc
|
| @@ -276,6 +276,10 @@ void OmxVideoDecodeEngine::Seek() {
|
| event_handler_->OnSeekComplete();
|
| }
|
|
|
| +int OmxVideoDecodeEngine::current_omx_spec_version() const {
|
| + return 0x00000101;
|
| +}
|
| +
|
| VideoFrame::Format OmxVideoDecodeEngine::GetSurfaceFormat() const {
|
| // TODO(jiesun): Both OmxHeaderType and EGLImage surface type could have
|
| // different surface formats.
|
|
|