changeset 2108:ce669c39e3d5 libavcodec

forgotten
author michael
date Wed, 30 Jun 2004 14:10:17 +0000
parents bec4623c2201
children 84637c6ca74e
files avcodec.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 ! */