mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
lavc/cbs_bsf.h: explicitly #include all required headers
This commit is contained in:
parent
7c9763070d
commit
f3f404edd2
@ -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…
Reference in New Issue
Block a user