|
|
@@ -27,16 +27,11 @@ |
|
|
|
#define AVCODEC_PUT_BITS_H |
|
|
|
|
|
|
|
#include <stdint.h> |
|
|
|
#include <stdlib.h> |
|
|
|
#include <stddef.h> |
|
|
|
#include <assert.h> |
|
|
|
|
|
|
|
#include "libavutil/bswap.h" |
|
|
|
#include "libavutil/common.h" |
|
|
|
#include "libavutil/intreadwrite.h" |
|
|
|
#include "libavutil/log.h" |
|
|
|
#include "libavutil/avassert.h" |
|
|
|
#include "mathops.h" |
|
|
|
#include "config.h" |
|
|
|
|
|
|
|
typedef struct PutBitContext { |
|
|
|
uint32_t bit_buf; |
|
|
|