Mercurial > libavcodec.hg
comparison rangecoder.c @ 4962:f99e40a7155b libavcodec
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
| author | diego |
|---|---|
| date | Thu, 10 May 2007 09:00:44 +0000 |
| parents | b1314834b3a7 |
| children | bff60ecc02f9 |
comparison
equal
deleted
inserted
replaced
| 4961:3e8e345084cb | 4962:f99e40a7155b |
|---|---|
| 33 */ | 33 */ |
| 34 | 34 |
| 35 #include <string.h> | 35 #include <string.h> |
| 36 | 36 |
| 37 #include "avcodec.h" | 37 #include "avcodec.h" |
| 38 #include "common.h" | |
| 39 #include "rangecoder.h" | 38 #include "rangecoder.h" |
| 40 | 39 |
| 41 | 40 |
| 42 void ff_init_range_encoder(RangeCoder *c, uint8_t *buf, int buf_size){ | 41 void ff_init_range_encoder(RangeCoder *c, uint8_t *buf, int buf_size){ |
| 43 c->bytestream_start= | 42 c->bytestream_start= |
