avcodec/avcodec: Remove MpegEncContext forward declaration

Forgotten in be95df12bb.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2022-01-28 02:30:13 +01:00
parent e85958ece8
commit d4b605afab

View File

@ -2029,8 +2029,6 @@ typedef struct AVCodecContext {
int (*get_encode_buffer)(struct AVCodecContext *s, AVPacket *pkt, int flags);
} AVCodecContext;
struct MpegEncContext;
/**
* @defgroup lavc_hwaccel AVHWAccel
*