mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-18 21:10:10 +01:00
lavc/get_bits: avoid avcodec.h dependency
Include only defs.h, needed for AV_INPUT_BUFFER_PADDING_SIZE.
This commit is contained in:
@@ -33,7 +33,8 @@
|
|||||||
#include "libavutil/intreadwrite.h"
|
#include "libavutil/intreadwrite.h"
|
||||||
#include "libavutil/log.h"
|
#include "libavutil/log.h"
|
||||||
#include "libavutil/avassert.h"
|
#include "libavutil/avassert.h"
|
||||||
#include "avcodec.h"
|
|
||||||
|
#include "defs.h"
|
||||||
#include "mathops.h"
|
#include "mathops.h"
|
||||||
#include "vlc.h"
|
#include "vlc.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user