diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-06-30 14:10:17 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-06-30 14:10:17 +0000 |
commit | 2d48edddf7b1f47bd9a8b807060170c6246b877c (patch) | |
tree | fcdf69488a53bc00fd08a99581013e7dbdc932e3 | |
parent | c77a9a0e2619ada4e6d2871be7257709ab750848 (diff) | |
download | ffmpeg-2d48edddf7b1f47bd9a8b807060170c6246b877c.tar.gz |
forgotten
Originally committed as revision 3270 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/avcodec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 6d2922444f..7ff12d9aa4 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 ! */ |