| Index: media/video/omx_video_decode_engine.h
|
| diff --git a/media/video/omx_video_decode_engine.h b/media/video/omx_video_decode_engine.h
|
| index 86cabe93884cf0964695e70b4eee6d20bf690187..9a6c0a7fee9fe0ecf0005d8dee3fc2203c62aac1 100644
|
| --- a/media/video/omx_video_decode_engine.h
|
| +++ b/media/video/omx_video_decode_engine.h
|
| @@ -36,7 +36,7 @@ class OmxVideoDecodeEngine : public VideoDecodeEngine {
|
| virtual void Seek();
|
|
|
| // Subclass can provide a different value.
|
| - virtual int current_omx_spec_version() const { return 0x00000101; }
|
| + virtual int current_omx_spec_version() const;
|
|
|
| private:
|
| enum OmxIlState {
|
|
|