Skip to content

Commit

Permalink
[host] dxgi: fix the return status of the downsampler
Browse files Browse the repository at this point in the history
  • Loading branch information
gnif committed Nov 7, 2023
1 parent 4cfe7dc commit 65f66f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions host/platform/Windows/capture/DXGI/src/pp/downsample.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ static bool downsample_configure(void * opaque,

comRef_toGlobal(inst->tex , tex );
comRef_toGlobal(inst->target , target );
result = true;

exit:
comRef_scopePop();
Expand Down

0 comments on commit 65f66f1

Please sign in to comment.