mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 16:32:39 +00:00
clang format fix
This commit is contained in:
parent
5be1e27911
commit
4dcbc3724f
@ -14,12 +14,9 @@ extern "C" {
|
||||
}
|
||||
|
||||
namespace Libraries::Videodec {
|
||||
#if 0
|
||||
extern std::vector<OrbisVideodec2AvcPictureInfo> gPictureInfos;
|
||||
#endif
|
||||
|
||||
class VdecDecoder {
|
||||
public:
|
||||
|
||||
VdecDecoder(const OrbisVideodecConfigInfo& pCfgInfoIn,
|
||||
const OrbisVideodecResourceInfo& pRsrcInfoIn);
|
||||
~VdecDecoder();
|
||||
@ -38,4 +35,4 @@ private:
|
||||
SwsContext* mSwsContext = nullptr;
|
||||
};
|
||||
|
||||
} // namespace Libraries::Vdec2
|
||||
} // namespace Libraries::Videodec
|
Loading…
Reference in New Issue
Block a user