OSDN Git Service

add a function to calculate a more accurate estimate for maximum FLAC
authorJustin Ruggles <justin.ruggles@gmail.com>
Sat, 21 Mar 2009 01:54:31 +0000 (01:54 +0000)
committerJustin Ruggles <justin.ruggles@gmail.com>
Sat, 21 Mar 2009 01:54:31 +0000 (01:54 +0000)
commit0fb2182d469d09623cf2ff0e4b786981f2fbafbe
tree31505ac79ed335fcb07d0de76aabccc5b1a4abea
parentf5187c7f0488722852f41249b49353c9cc856981
add a function to calculate a more accurate estimate for maximum FLAC
frame size and use the function in the FLAC decoder and FLAC encoder

Originally committed as revision 18092 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/Makefile
libavcodec/flac.c [new file with mode: 0644]
libavcodec/flac.h
libavcodec/flacdec.c
libavcodec/flacenc.c