mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-02 20:35:37 +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
|
#ifndef AVCODEC_CBS_BSF_H
|
||||||
#define 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 "cbs.h"
|
||||||
|
#include "packet.h"
|
||||||
|
|
||||||
|
|
||||||
typedef struct CBSBSFType {
|
typedef struct CBSBSFType {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user