mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Remove unnecessary void cast
The ctx variable is used.
This commit is contained in:
parent
10e0c3226c
commit
e78281c864
1 changed files with 0 additions and 1 deletions
|
|
@ -280,7 +280,6 @@ sc_screen_frame_sink_open(struct sc_frame_sink *sink,
|
|||
const AVCodecContext *ctx,
|
||||
const struct sc_stream_session *session) {
|
||||
assert(ctx->pix_fmt == AV_PIX_FMT_YUV420P);
|
||||
(void) ctx;
|
||||
(void) session;
|
||||
|
||||
struct sc_screen *screen = DOWNCAST(sink);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue