]> git.sesse.net Git - ffmpeg/blobdiff - libavdevice/decklink_common_c.h
Merge commit '82989bd98c7f4e87f59af2147b645b8fd8f31c53'
[ffmpeg] / libavdevice / decklink_common_c.h
index 72c5f9a71be1739f3a64b0cb95571442ec5364a8..e263480474cb96c2fff12983b31e82fa6bc8123d 100644 (file)
@@ -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 */