avcodec/avcodec: Remove unnecessary forward declaration

Forgotten in ba6cada92e.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
pull/362/head
Andreas Rheinhardt 4 years ago
parent 4be1714b12
commit 83b6471dcb
  1. 2
      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;
/**

Loading…
Cancel
Save