comparison avcodec.h @ 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 ce669c39e3d5
children b11c0bb3b71c
comparison
equal deleted inserted replaced
2116:48d9f86fb047 2117:a21b80c71d88
1872 void audio_resample_close(ReSampleContext *s); 1872 void audio_resample_close(ReSampleContext *s);
1873 1873
1874 struct AVResampleContext *av_resample_init(int out_rate, int in_rate); 1874 struct AVResampleContext *av_resample_init(int out_rate, int in_rate);
1875 int av_resample(struct AVResampleContext *c, short *dst, short *src, int *consumed, int src_size, int dst_size, int update_ctx); 1875 int av_resample(struct AVResampleContext *c, short *dst, short *src, int *consumed, int src_size, int dst_size, int update_ctx);
1876 void av_resample_compensate(struct AVResampleContext *c, int sample_delta, int compensation_distance); 1876 void av_resample_compensate(struct AVResampleContext *c, int sample_delta, int compensation_distance);
1877 void av_resample_close(struct AVResampleContext *c);
1877 1878
1878 /* YUV420 format is assumed ! */ 1879 /* YUV420 format is assumed ! */
1879 1880
1880 struct ImgReSampleContext; 1881 struct ImgReSampleContext;
1881 1882