Simplify: use two distinct functions to decode MACE3 and MACE6, since the
authorVitor Sessak <vitor1001@gmail.com>
Thu, 4 Sep 2008 23:18:28 +0000 (23:18 +0000)
committerVitor Sessak <vitor1001@gmail.com>
Thu, 4 Sep 2008 23:18:28 +0000 (23:18 +0000)
commit78df225866418a59b933fe668bc514890e9747d2
tree0668e57ab0458d8d96c247b56d23c105a51de5a3
parentb97c4138323ad9b19a94cecf6477511bead7500c
Simplify: use two distinct functions to decode MACE3 and MACE6, since the
previous mace_decode_init() function was almost just a switch statement.

Originally committed as revision 15208 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mace.c