You've already forked FFmpeg
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:
@ -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)
|
||||||
|
Reference in New Issue
Block a user