[FFmpeg-devel] [PATCH 3/7] avcodec/avcodec: Remove unnecessary forward declaration

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Mon Apr 19 05:06:10 EEST 2021


Forgotten in ba6cada92eb7c3446bfb1d4525031d405a052516.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
---
 libavcodec/avcodec.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 9b68aecd31..b9b487be41 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -2420,8 +2420,6 @@ attribute_deprecated
 void av_codec_set_chroma_intra_matrix(AVCodecContext *avctx, uint16_t *val);
 #endif
 
-struct AVSubtitle;
-
 #if FF_API_CODEC_GET_SET
 attribute_deprecated
 int av_codec_get_max_lowres(const AVCodec *codec);
-- 
2.27.0



More information about the ffmpeg-devel mailing list