mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
lavc/cbs_bsf.h: explicitly #include all required headers
This commit is contained in:
parent
7c9763070d
commit
f3f404edd2
1 changed files with 6 additions and 0 deletions
|
|
@ -19,7 +19,13 @@
|
|||
#ifndef AVCODEC_CBS_BSF_H
|
||||
#define AVCODEC_CBS_BSF_H
|
||||
|
||||
#include "libavutil/log.h"
|
||||
#include "libavutil/opt.h"
|
||||
|
||||
#include "bsf.h"
|
||||
#include "codec_id.h"
|
||||
#include "cbs.h"
|
||||
#include "packet.h"
|
||||
|
||||
|
||||
typedef struct CBSBSFType {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue