mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/avcodec: Remove MpegEncContext forward declaration
Forgotten in be95df12bb
.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
e85958ece8
commit
d4b605afab
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue