Browse Source

avcodec/avcodec: Remove unnecessary forward declaration

This would only be necessary if this header declared a function
that takes a (pointer to) struct AVCodecContext as parameter.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Andreas Rheinhardt 1 year ago
parent
commit
7469f2ec0a
1 changed files with 0 additions and 2 deletions
  1. 0 2
      libavcodec/avcodec.h

+ 0 - 2
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.