mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
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
Block a user