summaryrefslogtreecommitdiff
path: root/libavdevice/decklink_enc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavdevice/decklink_enc.h')
-rw-r--r--libavdevice/decklink_enc.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/libavdevice/decklink_enc.h b/libavdevice/decklink_enc.h
index 0b9ad8f79e..6086947e6c 100644
--- a/libavdevice/decklink_enc.h
+++ b/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