From 4dcbc3724fa658b256344aab387b8485b2839338 Mon Sep 17 00:00:00 2001 From: georgemoralis Date: Tue, 5 Nov 2024 07:07:58 +0200 Subject: [PATCH] clang format fix --- src/core/libraries/videodec/videodec_impl.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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