Commit f3f404ed authored by Anton Khirnov's avatar Anton Khirnov

lavc/cbs_bsf.h: explicitly #include all required headers

parent 7c976307
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment