]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - oggdec_filter.c
audiod: Skip NULL pointer check in compute_time_diff().
[paraslash.git] / oggdec_filter.c
index b30abaa1f13cd14f2a019fd8aea862c43e1c4790..1eaa79300f5f70a9310ca17d7c52e5ba38e76a5b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2013 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2005-2014 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -272,6 +272,6 @@ void oggdec_filter_init(struct filter *f)
        f->open = ogg_open;
        f->close = ogg_close;
        f->pre_select = ogg_pre_select;
-       f->new_post_select = ogg_post_select;
+       f->post_select = ogg_post_select;
        f->execute = oggdec_execute;
 }