mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
silence some annoying warnings
This commit is contained in:
parent
70e26eeb45
commit
ef6f565dbd
18 changed files with 80 additions and 70 deletions
|
|
@ -82,10 +82,10 @@ struct vdec_frame
|
|||
};
|
||||
|
||||
std::unique_ptr<AVFrame, frame_dtor> avf;
|
||||
u64 dts;
|
||||
u64 pts;
|
||||
u64 userdata;
|
||||
u32 frc;
|
||||
u64 dts{};
|
||||
u64 pts{};
|
||||
u64 userdata{};
|
||||
u32 frc{};
|
||||
bool PicItemRecieved = false;
|
||||
|
||||
AVFrame* operator ->() const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue