aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorWilliam Juwono <william.juwono@sensestream.com>2004-07-08 10:46:28 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-07-08 10:46:28 +0000
commitd88443ae89a50f3cc8f3b336389ab45180612579 (patch)
tree61e348a6c05ac16935b8bbb0f027b49f7ef56e58 /libavcodec/avcodec.h
parentbba833496586c7b44d1015f4b45b15b863aed476 (diff)
downloadffmpeg-d88443ae89a50f3cc8f3b336389ab45180612579.tar.gz
av_resample_close in avcodec.h patch by ("William Juwono" <william.juwono at sensestream dot com>)
Originally committed as revision 3295 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 7ff12d9aa4..01e71af614 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -1874,6 +1874,7 @@ void audio_resample_close(ReSampleContext *s);
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 ! */