mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-20 22:41:11 +00:00
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
This commit is contained in:
parent
bba8334965
commit
d88443ae89
@ -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 ! */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user