Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 93623590 authored by Zhuoyao Zhang's avatar Zhuoyao Zhang
Browse files

Explicit define getFrameAtIndex as pure virtual function.

* It is needed for gcov build as no comipler optimization is done with
  gcov build.

Test: lunch walleye_coverage-userdebug && make
Change-Id: I2e1d70c1bc2dadada70aa1bd1f5c27551f128d3b
parent b86313b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ public:
            int index, int colorFormat, bool metaOnly) = 0;
    virtual status_t getFrameAtIndex(
            std::vector<VideoFrame*>* frames,
            int frameIndex, int numFrames, int colorFormat, bool metaOnly);
            int frameIndex, int numFrames, int colorFormat, bool metaOnly) = 0;
    virtual MediaAlbumArt* extractAlbumArt() = 0;
    virtual const char* extractMetadata(int keyCode) = 0;
};