mirror of
https://github.com/thinkonmay/sunshine-sdk.git
synced 2026-08-10 11:31:50 +00:00
removed useless if statement
This commit is contained in:
parent
3a3d4928f9
commit
44ebc4846b
@ -435,10 +435,6 @@ public:
|
||||
return -1;
|
||||
}
|
||||
|
||||
if(img.data == frame->data[0]) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
// Need to have something refcounted
|
||||
if(!frame->buf[0]) {
|
||||
frame->buf[0] = av_buffer_allocz(sizeof(AVD3D11FrameDescriptor));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user