[SCM] libav/experimental: forgotten

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:40:49 UTC 2013


The following commit has been merged in the experimental branch:
commit 2d48edddf7b1f47bd9a8b807060170c6246b877c
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed Jun 30 14:10:17 2004 +0000

    forgotten
    
    Originally committed as revision 3270 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 6d29224..7ff12d9 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -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 ! */
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list