summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-04-18 05:49:30 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-04-28 01:50:39 +0200
commit83b6471dcb762859f20b2c414decc755fcceb5e8 (patch)
tree34ab85c4eccb8fc1723dfdc2b45e8a50b32a4ca3 /libavcodec/avcodec.h
parent4be1714b12b6c311a99a64888ea5f279c3ed9885 (diff)
avcodec/avcodec: Remove unnecessary forward declaration
Forgotten in ba6cada92eb7c3446bfb1d4525031d405a052516. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h2
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;
/**