mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/avcodec: Remove unnecessary forward declaration
Forgotten in ba6cada92e
.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
4be1714b12
commit
83b6471dcb
|
@ -2126,8 +2126,6 @@ typedef struct AVCodecContext {
|
|||
int (*get_encode_buffer)(struct AVCodecContext *s, AVPacket *pkt, int flags);
|
||||
} AVCodecContext;
|
||||
|
||||
struct AVSubtitle;
|
||||
|
||||
struct MpegEncContext;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue