Merge commit 'ac6c36994c569f801865f95b62f5a4334f32b8db'

This commit is contained in:
Green Sky 2025-04-03 22:23:37 +02:00
commit 18af7a7a38
No known key found for this signature in database
GPG Key ID: DBE05085D874AB4A

View File

@ -1084,7 +1084,7 @@ bool toxav_video_send_frame(ToxAV *av, uint32_t friend_number, uint16_t width, u
}
// TODO(zoff99): don't hardcode this, let the application choose it
const vpx_enc_deadline_t deadline = VPX_DL_REALTIME;
const unsigned long deadline = VPX_DL_REALTIME;
const vpx_codec_err_t vrc = vpx_codec_encode(call->video->encoder, &img,
call->video->frame_counter, 1, vpx_encode_flags, deadline);