X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavdevice%2Fdecklink_common.h;h=4753287ecf79852041ea4c4d28dc56e2bfde42f9;hb=723a542d6c67de2946dbb7f782393c8c2bee8e0b;hp=bfa2b084849b1649916e73c9a63ae30d6f210ebd;hpb=8fee823fe8fbd7894dc38912b799066d2c210d4d;p=ffmpeg diff --git a/libavdevice/decklink_common.h b/libavdevice/decklink_common.h index bfa2b084849..4753287ecf7 100644 --- a/libavdevice/decklink_common.h +++ b/libavdevice/decklink_common.h @@ -128,7 +128,7 @@ static const BMDVideoConnection decklink_video_connection_map[] = { }; HRESULT ff_decklink_get_display_name(IDeckLink *This, const char **displayName); -int ff_decklink_set_format(AVFormatContext *avctx, int width, int height, int tb_num, int tb_den, decklink_direction_t direction = DIRECTION_OUT, int num = 0); +int ff_decklink_set_format(AVFormatContext *avctx, int width, int height, int tb_num, int tb_den, enum AVFieldOrder field_order, decklink_direction_t direction = DIRECTION_OUT, int num = 0); 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);