diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index fe41ecc3c9..b1a7c3069d 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -421,8 +421,6 @@ typedef struct RcOverride{ */ #define AV_GET_ENCODE_BUFFER_FLAG_REF (1 << 0) -struct AVCodecInternal; - /** * main external API structure. * New fields can be added to the end with minor version bumps.