# HG changeset patch # User michael # Date 1088604617 0 # Node ID ce669c39e3d528e2a36ba4f1087810f70d81e734 # Parent bec4623c220103e87b551f9c645a60b1700a0fb2 forgotten diff -r bec4623c2201 -r ce669c39e3d5 avcodec.h --- a/avcodec.h Wed Jun 30 12:05:35 2004 +0000 +++ b/avcodec.h Wed Jun 30 14:10:17 2004 +0000 @@ -1873,6 +1873,7 @@ 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 ! */