Commit d4b605af authored by Andreas Rheinhardt's avatar Andreas Rheinhardt

avcodec/avcodec: Remove MpegEncContext forward declaration

Forgotten in be95df12.
Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
parent e85958ec
......@@ -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
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment