comparison 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
comparison
equal deleted inserted replaced
9251:3fc2f6c6b684 9252:fff66291d84d
55 #define WINDOW_TYPE 24 55 #define WINDOW_TYPE 24
56 #endif 56 #endif
57 57
58 58
59 typedef struct AVResampleContext{ 59 typedef struct AVResampleContext{
60 const AVClass *av_class;
60 FELEM *filter_bank; 61 FELEM *filter_bank;
61 int filter_length; 62 int filter_length;
62 int ideal_dst_incr; 63 int ideal_dst_incr;
63 int dst_incr; 64 int dst_incr;
64 int index; 65 int index;