]> git.tuebingen.mpg.de Git - paraslash.git/commit
Revert "Auto-adjust fecdec output buffer size."
authorAndre Noll <maan@systemlinux.org>
Sun, 26 Apr 2009 20:35:53 +0000 (22:35 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 26 Apr 2009 20:35:53 +0000 (22:35 +0200)
commit9c64c8c79815e38c98df9005b57a727e33b9418b
tree47a549bb963498bd1eb94084d3b724e56b5df983
parent3814235eb90a9952413e2bc71f66d01598717384
Revert "Auto-adjust fecdec output buffer size."

This reverts commit 35f9051506345255c7ed3c076b7df5f3b7d26039.

Currently, filters must not change their output buffer on the fly
because the writer might already have a reference to the old buffer
and keeps using this buffer.

As dealing with changing output buffers requires much more work,
including changes to the generic filter and writer code, let's defer
this change to post 0.3.4.
fecdec_filter.c