lavc/get_bits: avoid avcodec.h dependency

Include only defs.h, needed for AV_INPUT_BUFFER_PADDING_SIZE.
pull/362/head
Anton Khirnov 4 years ago
parent 58a39e3436
commit c28823ff97
  1. 3
      libavcodec/get_bits.h

@ -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…
Cancel
Save