|
|
@ -19,6 +19,9 @@ |
|
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef AVDEVICE_DECKLINK_COMMON_H |
|
|
|
|
|
|
|
#define AVDEVICE_DECKLINK_COMMON_H |
|
|
|
|
|
|
|
|
|
|
|
#include <DeckLinkAPIVersion.h> |
|
|
|
#include <DeckLinkAPIVersion.h> |
|
|
|
|
|
|
|
|
|
|
|
#include "decklink_common_c.h" |
|
|
|
#include "decklink_common_c.h" |
|
|
@ -103,3 +106,4 @@ int ff_decklink_set_format(AVFormatContext *avctx, decklink_direction_t directio |
|
|
|
int ff_decklink_list_devices(AVFormatContext *avctx); |
|
|
|
int ff_decklink_list_devices(AVFormatContext *avctx); |
|
|
|
int ff_decklink_list_formats(AVFormatContext *avctx, decklink_direction_t direction = DIRECTION_OUT); |
|
|
|
int ff_decklink_list_formats(AVFormatContext *avctx, decklink_direction_t direction = DIRECTION_OUT); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif /* AVDEVICE_DECKLINK_COMMON_H * |
|
|
|