Skip to content

Commit bd8adb8

Browse files
committed
clang format fix
1 parent 992caf6 commit bd8adb8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/core/libraries/videodec/videodec_impl.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,9 @@ extern "C" {
1414
}
1515

1616
namespace Libraries::Videodec {
17-
#if 0
18-
extern std::vector<OrbisVideodec2AvcPictureInfo> gPictureInfos;
19-
#endif
17+
2018
class VdecDecoder {
2119
public:
22-
2320
VdecDecoder(const OrbisVideodecConfigInfo& pCfgInfoIn,
2421
const OrbisVideodecResourceInfo& pRsrcInfoIn);
2522
~VdecDecoder();
@@ -38,4 +35,4 @@ class VdecDecoder {
3835
SwsContext* mSwsContext = nullptr;
3936
};
4037

41-
} // namespace Libraries::Vdec2
38+
} // namespace Libraries::Videodec

0 commit comments

Comments
 (0)