Mercurial > libavcodec.hg
changeset 2117:a21b80c71d88 libavcodec
av_resample_close in avcodec.h patch by ("William Juwono" <william.juwono at sensestream dot com>)
author | michael |
---|---|
date | Thu, 08 Jul 2004 10:46:28 +0000 |
parents | 48d9f86fb047 |
children | b11c0bb3b71c |
files | avcodec.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/avcodec.h Thu Jul 08 00:53:21 2004 +0000 +++ b/avcodec.h Thu Jul 08 10:46:28 2004 +0000 @@ -1874,6 +1874,7 @@ struct AVResampleContext *av_resample_init(int out_rate, int in_rate); int av_resample(struct AVResampleContext *c, short *dst, short *src, int *consumed, int src_size, int dst_size, int update_ctx); void av_resample_compensate(struct AVResampleContext *c, int sample_delta, int compensation_distance); +void av_resample_close(struct AVResampleContext *c); /* YUV420 format is assumed ! */