-
- Downloads
libavdevice/decklink: add support for -sources and -sinks arguments
Add support for enumerating the sources/sinks via the ffmpeg command line options, as opposed to having to create a real pipeline and use the "-list_devices" option which does exit() after dumping out the options. Note that this patch preserves the existing "-list_devices" option, but now shares common code for the actual enumeration. Updated to reflect feedback from Marton Balint <cus@passwd.hu>. Signed-off-by:Devin Heitmueller <dheitmueller@ltnglobal.com> Signed-off-by:
Marton Balint <cus@passwd.hu>
Showing
- libavdevice/decklink_common.cpp 83 additions, 6 deletionslibavdevice/decklink_common.cpp
- libavdevice/decklink_common.h 2 additions, 1 deletionlibavdevice/decklink_common.h
- libavdevice/decklink_dec.cpp 7 additions, 1 deletionlibavdevice/decklink_dec.cpp
- libavdevice/decklink_dec.h 1 addition, 0 deletionslibavdevice/decklink_dec.h
- libavdevice/decklink_dec_c.c 1 addition, 0 deletionslibavdevice/decklink_dec_c.c
- libavdevice/decklink_enc.cpp 8 additions, 2 deletionslibavdevice/decklink_enc.cpp
- libavdevice/decklink_enc.h 1 addition, 0 deletionslibavdevice/decklink_enc.h
- libavdevice/decklink_enc_c.c 1 addition, 0 deletionslibavdevice/decklink_enc_c.c
Loading
Please register or sign in to comment