ac3enc: split templated float vs. fixed functions into a separate file.
authorJustin Ruggles <justin.ruggles@gmail.com>
Fri, 10 Jun 2011 18:57:19 +0000 (14:57 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Mon, 13 Jun 2011 20:49:35 +0000 (16:49 -0400)
commite0cc66df61664bb6f9271d9aae3c778e1f906b4c
treee727a74f9c318b4c40f83e22d4ddaa7282c54c94
parente754dfc0bba4f81fe797f240fca94fea5dfd925e
ac3enc: split templated float vs. fixed functions into a separate file.

Function pointers are used for templated functions instead of needlessly
duplicating many functions.
libavcodec/Makefile
libavcodec/ac3enc.c
libavcodec/ac3enc.h
libavcodec/ac3enc_fixed.c
libavcodec/ac3enc_float.c
libavcodec/ac3enc_opts_template.c
libavcodec/ac3enc_template.c [new file with mode: 0644]
libavcodec/eac3enc.c