X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavdevice%2Fdecklink_common_c.h;h=e263480474cb96c2fff12983b31e82fa6bc8123d;hb=e862a433d8e33787dd2ce14783e3afc511671d9f;hp=72c5f9a71be1739f3a64b0cb95571442ec5364a8;hpb=52a4004d8b5f308b3fc83e825dcd9052332eaeef;p=ffmpeg diff --git a/libavdevice/decklink_common_c.h b/libavdevice/decklink_common_c.h index 72c5f9a71be..e263480474c 100644 --- a/libavdevice/decklink_common_c.h +++ b/libavdevice/decklink_common_c.h @@ -1,6 +1,7 @@ /* * Blackmagic DeckLink common code * Copyright (c) 2013-2014 Ramiro Polla + * Copyright (c) 2017 Akamai Technologies, Inc. * * This file is part of FFmpeg. * @@ -48,6 +49,7 @@ struct decklink_cctx { int video_input; int draw_bars; char *format_code; + int64_t queue_size; }; #endif /* AVDEVICE_DECKLINK_COMMON_C_H */