Commit 9dbdabe0 authored by Anton Khirnov's avatar Anton Khirnov

lavc/cbs_internal: clean up headers

Include all required headers explicitly, avoid avcodec.h dependency.
parent e91901ad
......@@ -19,8 +19,13 @@
#ifndef AVCODEC_CBS_INTERNAL_H
#define AVCODEC_CBS_INTERNAL_H
#include "avcodec.h"
#include <stdint.h>
#include "libavutil/buffer.h"
#include "libavutil/log.h"
#include "cbs.h"
#include "codec_id.h"
#include "get_bits.h"
#include "put_bits.h"
......
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