summaryrefslogtreecommitdiff
path: root/libavcodec/resample2.c
diff options
context:
space:
mode:
authorBenoit Fouet <benoit.fouet@free.fr>2009-03-23 10:58:05 +0000
committerBenoit Fouet <benoit.fouet@free.fr>2009-03-23 10:58:05 +0000
commit6d69a653d8c60c05a2afc540237660fa8db90e71 (patch)
treea1c82b4196690f1294eb4bee261452bc3e6cd100 /libavcodec/resample2.c
parent04964ee8bbdc3188fd6a0b610aed000ff2becca4 (diff)
Move av_class to AVResampleContext instead of ReSampleContext.
Fixes issue 852. Originally committed as revision 18170 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/resample2.c')
-rw-r--r--libavcodec/resample2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/resample2.c b/libavcodec/resample2.c
index ac9db73c8c..31d2be7ded 100644
--- a/libavcodec/resample2.c
+++ b/libavcodec/resample2.c
@@ -57,6 +57,7 @@
typedef struct AVResampleContext{
+ const AVClass *av_class;
FELEM *filter_bank;
int filter_length;
int ideal_dst_incr;