You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02: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/log.h"
|
||||
#include "libavutil/avassert.h"
|
||||
#include "avcodec.h"
|
||||
|
||||
#include "defs.h"
|
||||
#include "mathops.h"
|
||||
#include "vlc.h"
|
||||
|
||||
|
Reference in New Issue
Block a user