mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-19 09:41:32 +08:00
deps/libff: Make libff use default frame discard method
This commit is contained in:
Vendored
+1
@@ -47,6 +47,7 @@ struct ff_demuxer *ff_demuxer_init()
|
||||
return NULL;
|
||||
|
||||
demuxer->clock.sync_type = DEFAULT_AV_SYNC_TYPE;
|
||||
demuxer->options.frame_drop = AVDISCARD_DEFAULT;
|
||||
demuxer->options.audio_frame_queue_size = AUDIO_FRAME_QUEUE_SIZE;
|
||||
demuxer->options.video_frame_queue_size = VIDEO_FRAME_QUEUE_SIZE;
|
||||
demuxer->options.audio_packet_queue_size = AUDIO_PACKET_QUEUE_SIZE;
|
||||
|
||||
Reference in New Issue
Block a user