mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:21:11 +01:00
lavf/internal: include avcodec.h explicitly
Do not depend on avformat.h to provide it.
This commit is contained in:
parent
5d920255aa
commit
c4c6c83421
1 changed files with 3 additions and 0 deletions
|
|
@ -24,6 +24,9 @@
|
|||
#include <stdint.h>
|
||||
|
||||
#include "libavutil/bprint.h"
|
||||
|
||||
#include "libavcodec/avcodec.h"
|
||||
|
||||
#include "avformat.h"
|
||||
#include "os_support.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue