forked from Green-Sky/tomato
Merge commit 'ac6c36994c569f801865f95b62f5a4334f32b8db'
This commit is contained in:
commit
18af7a7a38
2
external/toxcore/c-toxcore/toxav/toxav.c
vendored
2
external/toxcore/c-toxcore/toxav/toxav.c
vendored
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user