adpcm: split ADPCM encoders and decoders into separate files.
authorJustin Ruggles <justin.ruggles@gmail.com>
Wed, 7 Sep 2011 22:34:09 +0000 (18:34 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Mon, 12 Sep 2011 15:26:11 +0000 (11:26 -0400)
commit826c56d16e55f3819a75d01f957dd295aa1e9f3a
tree65ffaad2a28d590487ca681c343de2b0a79a48b6
parent57650c70e22b8259f4ac65d5826a667c8f67726e
adpcm: split ADPCM encoders and decoders into separate files.

Move shared tables to a separate file as well.
libavcodec/Makefile
libavcodec/adpcm.c
libavcodec/adpcm.h [new file with mode: 0644]
libavcodec/adpcm_data.c [new file with mode: 0644]
libavcodec/adpcm_data.h [new file with mode: 0644]
libavcodec/adpcmenc.c [new file with mode: 0644]