avformat/rawdec: Don't include avcodec.h

Possible since 2850584876.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
pull/390/head
Andreas Rheinhardt 2 years ago
parent 61f6766d35
commit dda471bd85
  1. 2
      libavformat/rawdec.c

@ -27,8 +27,6 @@
#include "rawdec.h"
#include "libavutil/opt.h"
#include "libavcodec/avcodec.h"
#define RAW_PACKET_SIZE 1024
int ff_raw_read_partial_packet(AVFormatContext *s, AVPacket *pkt)

Loading…
Cancel
Save