avcodec/avcodec: Remove unnecessary forward declaration

Forgotten in ba6cada92e.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2021-04-18 05:49:30 +02:00
parent 4be1714b12
commit 83b6471dcb
1 changed files with 0 additions and 2 deletions

View File

@ -2126,8 +2126,6 @@ typedef struct AVCodecContext {
int (*get_encode_buffer)(struct AVCodecContext *s, AVPacket *pkt, int flags);
} AVCodecContext;
struct AVSubtitle;
struct MpegEncContext;
/**