mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 10:30:05 +01:00
avdevice/decklink: factorize cleanup function to common code
Reviewed-by: Deti Fliegl <deti@fliegl.de> Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
@@ -105,5 +105,6 @@ int ff_decklink_set_format(AVFormatContext *avctx, int width, int height, int tb
|
||||
int ff_decklink_set_format(AVFormatContext *avctx, decklink_direction_t direction, int num);
|
||||
int ff_decklink_list_devices(AVFormatContext *avctx);
|
||||
int ff_decklink_list_formats(AVFormatContext *avctx, decklink_direction_t direction = DIRECTION_OUT);
|
||||
void ff_decklink_cleanup(AVFormatContext *avctx);
|
||||
|
||||
#endif /* AVDEVICE_DECKLINK_COMMON_H */
|
||||
|
||||
Reference in New Issue
Block a user