Mercurial > libavcodec.hg
diff golomb.h @ 5162:4394344397d8 libavcodec
include all prerequisites in header files
| author | mru |
|---|---|
| date | Sat, 16 Jun 2007 22:59:13 +0000 |
| parents | fb4e436780fb |
| children | 9ecbfc0c82bf |
line wrap: on
line diff
--- a/golomb.h Sat Jun 16 22:58:43 2007 +0000 +++ b/golomb.h Sat Jun 16 22:59:13 2007 +0000 @@ -28,6 +28,9 @@ * @author Michael Niedermayer <michaelni@gmx.at> and Alex Beregszaszi */ +#include <stdint.h> +#include "bitstream.h" + #define INVALID_VLC 0x80000000 extern const uint8_t ff_golomb_vlc_len[512];
