mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
lavf/framecrcenc: avoid avcodec.h dependency
This commit is contained in:
parent
239b7d2e40
commit
f79d009b7c
1 changed files with 5 additions and 1 deletions
|
|
@ -22,7 +22,11 @@
|
|||
#include <inttypes.h>
|
||||
|
||||
#include "libavutil/adler32.h"
|
||||
#include "libavcodec/avcodec.h"
|
||||
|
||||
#include "libavcodec/codec_id.h"
|
||||
#include "libavcodec/codec_par.h"
|
||||
#include "libavcodec/packet.h"
|
||||
|
||||
#include "avformat.h"
|
||||
#include "internal.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue