]> git.tuebingen.mpg.de Git - paraslash.git/commit
ogg_afh.c: get rid of global variable max_chunk_len
authorAndre Noll <maan@systemlinux.org>
Sun, 4 Mar 2007 22:56:21 +0000 (23:56 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 4 Mar 2007 22:56:21 +0000 (23:56 +0100)
commit026a47094ea4f12def7b63aab81f5b1f3622a173
tree2803e800080809c04079b95b24c8f9229d8b98ea
parentec48b7d6022f59f509cedcbdd635979e37671d4e
ogg_afh.c: get rid of global variable max_chunk_len

It's only used in ogg_compute_chunk_table(). So make it a local variable.
ogg_afh.c