diff --git a/src/core/libraries/videodec/videodec_impl.h b/src/core/libraries/videodec/videodec_impl.h index d57b28725..3d48db608 100644 --- a/src/core/libraries/videodec/videodec_impl.h +++ b/src/core/libraries/videodec/videodec_impl.h @@ -14,12 +14,9 @@ extern "C" { } namespace Libraries::Videodec { -#if 0 -extern std::vector gPictureInfos; -#endif + class VdecDecoder { public: - VdecDecoder(const OrbisVideodecConfigInfo& pCfgInfoIn, const OrbisVideodecResourceInfo& pRsrcInfoIn); ~VdecDecoder(); @@ -38,4 +35,4 @@ private: SwsContext* mSwsContext = nullptr; }; -} // namespace Libraries::Vdec2 \ No newline at end of file +} // namespace Libraries::Videodec \ No newline at end of file