mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-09-13 21:11:57 +00:00
clang format fix
This commit is contained in:
parent
5be1e27911
commit
4dcbc3724f
1 changed files with 2 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue