Mercurial > libavcodec.hg
comparison resample.c @ 1446:daa70b33fc44 libavcodec
removed os_support.h
| author | bellard |
|---|---|
| date | Mon, 08 Sep 2003 21:05:43 +0000 |
| parents | 4d67eb341a0c |
| children | 932d306bf1dc |
comparison
equal
deleted
inserted
replaced
| 1445:f0b40efb1f65 | 1446:daa70b33fc44 |
|---|---|
| 21 * @file resample.c | 21 * @file resample.c |
| 22 * Sample rate convertion for both audio and video. | 22 * Sample rate convertion for both audio and video. |
| 23 */ | 23 */ |
| 24 | 24 |
| 25 #include "avcodec.h" | 25 #include "avcodec.h" |
| 26 #include "os_support.h" | |
| 27 | 26 |
| 28 typedef struct { | 27 typedef struct { |
| 29 /* fractional resampling */ | 28 /* fractional resampling */ |
| 30 uint32_t incr; /* fractional increment */ | 29 uint32_t incr; /* fractional increment */ |
| 31 uint32_t frac; | 30 uint32_t frac; |
