提交 2d48eddd 编写于 作者: M Michael Niedermayer

forgotten

Originally committed as revision 3270 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 c77a9a0e
......@@ -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 ! */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册