mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-14 16:58:33 +00: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:
parent
61f6766d35
commit
dda471bd85
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue