mirror of https://git.ffmpeg.org/ffmpeg.git
lavc/get_bits: avoid avcodec.h dependency
Include only defs.h, needed for AV_INPUT_BUFFER_PADDING_SIZE.
This commit is contained in:
parent
58a39e3436
commit
c28823ff97
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue