1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-06-14 22:15:12 +02:00

avformat/rawdec: Don't include avcodec.h

Possible since 2850584876.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2023-08-02 11:18:56 +02:00
parent 61f6766d35
commit dda471bd85

View File

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