diff options
Diffstat (limited to 'media/video/omx_video_decode_engine.cc')
-rw-r--r-- | media/video/omx_video_decode_engine.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/media/video/omx_video_decode_engine.cc b/media/video/omx_video_decode_engine.cc index 1ffdf40..9ca3089 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. |