diff resample2.c @ 9252:fff66291d84d libavcodec

Move av_class to AVResampleContext instead of ReSampleContext. Fixes issue 852.
author benoit
date Mon, 23 Mar 2009 10:58:05 +0000
parents bdb11e2330d1
children 002cd0505064
line wrap: on
line diff
--- a/resample2.c	Mon Mar 23 05:13:26 2009 +0000
+++ b/resample2.c	Mon Mar 23 10:58:05 2009 +0000
@@ -57,6 +57,7 @@
 
 
 typedef struct AVResampleContext{
+    const AVClass *av_class;
     FELEM *filter_bank;
     int filter_length;
     int ideal_dst_incr;