Revision b2755007 libavcodec/ac3enc.c
libavcodec/ac3enc.c | ||
---|---|---|
27 | 27 |
//#define DEBUG_BITALLOC |
28 | 28 |
#include "libavutil/crc.h" |
29 | 29 |
#include "avcodec.h" |
30 |
#include "bitstream.h" |
|
30 |
#include "bitstream.h" // for ff_reverse |
|
31 |
#include "put_bits.h" |
|
31 | 32 |
#include "ac3.h" |
32 | 33 |
|
33 | 34 |
typedef struct AC3EncodeContext { |
Also available in: Unified diff