Split out common routines needed in the atrac1 decoder from atrac3.c to atrac.c.
authorBenjamin Larsson <banan@ludd.ltu.se>
Tue, 8 Sep 2009 19:25:54 +0000 (19:25 +0000)
committerBenjamin Larsson <banan@ludd.ltu.se>
Tue, 8 Sep 2009 19:25:54 +0000 (19:25 +0000)
commit0e1baedec302e6d952bc46708753aaa586b33651
treef96645ecdd0233af15544cbe8c3b0d4a68631c01
parentb057170f324da3657cc8723f97086c2c756a85b8
Split out common routines needed in the atrac1 decoder from atrac3.c to atrac.c.

Originally committed as revision 19796 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/Makefile
libavcodec/atrac.c [new file with mode: 0644]
libavcodec/atrac.h [new file with mode: 0644]
libavcodec/atrac3.c