diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-04-18 05:49:30 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-04-28 01:50:39 +0200 |
commit | 83b6471dcb762859f20b2c414decc755fcceb5e8 (patch) | |
tree | 34ab85c4eccb8fc1723dfdc2b45e8a50b32a4ca3 | |
parent | 4be1714b12b6c311a99a64888ea5f279c3ed9885 (diff) | |
download | ffmpeg-83b6471dcb762859f20b2c414decc755fcceb5e8.tar.gz |
avcodec/avcodec: Remove unnecessary forward declaration
Forgotten in ba6cada92eb7c3446bfb1d4525031d405a052516.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 51281bf1b6..0ef1676daf 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -2126,8 +2126,6 @@ typedef struct AVCodecContext { int (*get_encode_buffer)(struct AVCodecContext *s, AVPacket *pkt, int flags); } AVCodecContext; -struct AVSubtitle; - struct MpegEncContext; /** |