Commit 59f174d3 authored by michael's avatar michael

av_resample_close in avcodec.h patch by ("William Juwono" <william.juwono at sensestream dot com>)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3295 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent fce57838
......@@ -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 ! */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment