Commit c28823ff authored by Anton Khirnov's avatar Anton Khirnov

lavc/get_bits: avoid avcodec.h dependency

Include only defs.h, needed for AV_INPUT_BUFFER_PADDING_SIZE.
parent 58a39e34
......@@ -33,7 +33,8 @@
#include "libavutil/intreadwrite.h"
#include "libavutil/log.h"
#include "libavutil/avassert.h"
#include "avcodec.h"
#include "defs.h"
#include "mathops.h"
#include "vlc.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