mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
forgotten
Originally committed as revision 3270 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c77a9a0e26
commit
2d48edddf7
@ -1873,6 +1873,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);
|
||||
|
||||
/* YUV420 format is assumed ! */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user