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:
Marton Balint
2016-06-18 12:04:15 +02:00
parent 8f9fa49bd8
commit da89c6e37c
6 changed files with 97 additions and 0 deletions

View File

@@ -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 */