Skip to content

Commit

Permalink
CID 404453 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinPulec committed Oct 24, 2023
1 parent a7f801e commit cf10e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video_display/gl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ struct state_gl {
#ifdef HWACC_VDPAU
struct state_vdpau vdp;
#endif
bool vdp_interop;
bool vdp_interop = false;
vector<char> scratchpad; ///< scratchpad sized WxHx8

state_gl(struct module *parent) {
Expand Down

0 comments on commit cf10e3b

Please sign in to comment.