[FFmpeg-cvslog] avcodec/avcodec: Remove unnecessary forward declaration
Andreas Rheinhardt
git at videolan.org
Wed Apr 28 03:45:44 EEST 2021
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Sun Apr 18 05:49:30 2021 +0200| [83b6471dcb762859f20b2c414decc755fcceb5e8] | committer: Andreas Rheinhardt
avcodec/avcodec: Remove unnecessary forward declaration
Forgotten in ba6cada92eb7c3446bfb1d4525031d405a052516.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=83b6471dcb762859f20b2c414decc755fcceb5e8
---
libavcodec/avcodec.h | 2 --
1 file changed, 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;
/**
More information about the ffmpeg-cvslog
mailing list