# HG changeset patch # User michael # Date 1089283588 0 # Node ID a21b80c71d88d7e9a2623824325d5c2731956c3b # Parent 48d9f86fb047460e0d0af38a28a1a89ea249f884 av_resample_close in avcodec.h patch by ("William Juwono" ) diff -r 48d9f86fb047 -r a21b80c71d88 avcodec.h --- 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 ! */