git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c77a9a0
)
forgotten
author
Michael Niedermayer
<michaelni@gmx.at>
Wed, 30 Jun 2004 14:10:17 +0000
(14:10 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Wed, 30 Jun 2004 14:10:17 +0000
(14:10 +0000)
Originally committed as revision 3270 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/avcodec.h
patch
|
blob
|
history
diff --git
a/libavcodec/avcodec.h
b/libavcodec/avcodec.h
index
6d29224
..
7ff12d9
100644
(file)
--- 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 ! */