diff options
author | Devin Heitmueller <devin.heitmueller@ltnglobal.com> | 2023-04-28 14:40:51 -0400 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2023-05-11 22:46:15 +0200 |
commit | 4fd729a1f8a48dfb9b9a5a0ebf72f0733afe3300 (patch) | |
tree | 117f0d2ac5072176783fba52dd1fae142f098239 /libavformat | |
parent | 4373dadc39be32611c5366fdae89ffb3e103279c (diff) | |
download | ffmpeg-4fd729a1f8a48dfb9b9a5a0ebf72f0733afe3300.tar.gz |
avdevice/decklink: move AVPacketQueue into decklink_common and rename it to DecklinkPacketQueue
Move the AVPacketQueue functionality that is currently only used
for the decklink decode module into decklink_common, so it can
be shared by the decklink encoder (i.e. for VANC insertion when
we receive data packets separate from video).
The threadsafe queue used within the decklink module was named
"AVPacketQueue" which implies that it is part of the public API,
which it is not.
Rename the functions and the name of the queue struct to make
clear it is used exclusively by decklink, per Marton Balint's
suggestion.
Signed-off-by: Devin Heitmueller <dheitmueller@ltnglobal.com>
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'libavformat')
0 files changed, 0 insertions, 0 deletions