X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=oggdec_filter.c;h=b30abaa1f13cd14f2a019fd8aea862c43e1c4790;hp=791be2763e51f8537381ead35e19b5da2c582405;hb=74c88020bd325865fe26ed25ea8ad0ace0924136;hpb=c77e19b4568a32923c0fe43503a4266363056a41 diff --git a/oggdec_filter.c b/oggdec_filter.c index 791be276..b30abaa1 100644 --- a/oggdec_filter.c +++ b/oggdec_filter.c @@ -273,6 +273,5 @@ void oggdec_filter_init(struct filter *f) f->close = ogg_close; f->pre_select = ogg_pre_select; f->new_post_select = ogg_post_select; - f->post_select = NULL; f->execute = oggdec_execute; }