X-Git-Url: https://git.piment-noir.org/?p=deb_ffmpeg.git;a=blobdiff_plain;f=ffmpeg%2Flibavdevice%2Fdecklink_enc.h;h=6086947e6c021ca4bfdddccd372d35f2b8de1606;hp=0b9ad8f79ee0b45c5c73c763198f1aff1cb20550;hb=f6fa7814ccfe3e76514b36cf04f5cd3cb657c8cf;hpb=2ba45a602cbfa7b771effba9b11bb4245c21bc00 diff --git a/ffmpeg/libavdevice/decklink_enc.h b/ffmpeg/libavdevice/decklink_enc.h index 0b9ad8f..6086947 100644 --- a/ffmpeg/libavdevice/decklink_enc.h +++ b/ffmpeg/libavdevice/decklink_enc.h @@ -19,17 +19,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -struct decklink_cctx { - const AVClass *cclass; - - void *ctx; - - /* Options */ - int list_devices; - int list_formats; - double preroll; -}; - #ifdef __cplusplus extern "C" { #endif