mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
lavc/cbs_bsf.h: explicitly #include all required headers
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user