mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 01:40:04 +01:00
avdevice/decklink: add support for audio and video input selection
Reviewed-by: Deti Fliegl <deti@fliegl.de> Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
@@ -35,6 +35,8 @@ struct decklink_cctx {
|
||||
int v210;
|
||||
int audio_channels;
|
||||
int duplex_mode;
|
||||
int audio_input;
|
||||
int video_input;
|
||||
};
|
||||
|
||||
#endif /* AVDEVICE_DECKLINK_COMMON_C_H */
|
||||
|
||||
Reference in New Issue
Block a user