]> git.sesse.net Git - ffmpeg/commitdiff
avcodec/avcodec: Remove unnecessary forward declaration
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
Sun, 18 Apr 2021 03:49:30 +0000 (05:49 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
Tue, 27 Apr 2021 23:50:39 +0000 (01:50 +0200)
Forgotten in ba6cada92eb7c3446bfb1d4525031d405a052516.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
libavcodec/avcodec.h

index 51281bf1b6e4f8c8f759233fc2e3b670ebd2d401..0ef1676daff073e7f41f0e90e1ab9a1f15a88f3c 100644 (file)
@@ -2126,8 +2126,6 @@ typedef struct AVCodecContext {
     int (*get_encode_buffer)(struct AVCodecContext *s, AVPacket *pkt, int flags);
 } AVCodecContext;
 
-struct AVSubtitle;
-
 struct MpegEncContext;
 
 /**