diff options
author | Devin Heitmueller <devin.heitmueller@ltnglobal.com> | 2023-06-30 17:14:38 -0400 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2023-07-02 19:57:45 +0200 |
commit | e7d800fe89d337a0414d4d3b2de4162d94fe7046 (patch) | |
tree | fd20d190a5856b39b71cef0c9be259a8a537d23d /libavdevice/dshow_capture.h | |
parent | 5930d397ef1555d8aba2d1e3d1dc694922650101 (diff) | |
download | ffmpeg-e7d800fe89d337a0414d4d3b2de4162d94fe7046.tar.gz |
avdevice/decklink: move queue_size to an argument for ff_decklink_packet_queue_init
The existing queue initialization function would always sets it's
maximum queue size to ctx->queue_size. But because we are introducing
more queues we may want the sizes to differ between them.
Move the specification of the queue size into an argument, which can
be passed from the caller.
This patch makes no functional change to the behavior. It is being
made to accommodate Marton Balin's request to split out the queue
size for the new VANC queue being introduced in a later patch.
Signed-off-by: Devin Heitmueller <dheitmueller@ltnglobal.com>
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'libavdevice/dshow_capture.h')
0 files changed, 0 insertions, 0 deletions