projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
sched: Rename new_post_select back to post_select.
[paraslash.git]
/
aacdec_filter.c
diff --git
a/aacdec_filter.c
b/aacdec_filter.c
index
71654bf
..
9eea045
100644
(file)
--- a/
aacdec_filter.c
+++ b/
aacdec_filter.c
@@
-218,6
+218,6
@@
void aacdec_filter_init(struct filter *f)
f->open = aacdec_open;
f->close = aacdec_close;
f->pre_select = generic_filter_pre_select;
- f->
new_
post_select = aacdec_post_select;
+ f->post_select = aacdec_post_select;
f->execute = aacdec_execute;
}