]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commit
add a function to calculate a more accurate estimate for maximum FLAC
authorjbr <jbr@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 21 Mar 2009 01:54:31 +0000 (01:54 +0000)
committerjbr <jbr@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 21 Mar 2009 01:54:31 +0000 (01:54 +0000)
commitdead93a8d9735d25a10aeccc961e0085397f520d
tree83e9dfc9ad378c8b10447c8974a10804a257ac34
parent10cd12bf56cb14b319219ae02ff5631e45baa25e
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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18092 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
libavcodec/Makefile
libavcodec/flac.c [new file with mode: 0644]
libavcodec/flac.h
libavcodec/flacdec.c
libavcodec/flacenc.c