OSDN Git Service

Simplify the FLAC decoder now that it no longer has to parse arbitrary raw FLAC
authorMichael Chinen <mchinen@gmail.com>
Tue, 7 Dec 2010 14:57:02 +0000 (14:57 +0000)
committerJustin Ruggles <justin.ruggles@gmail.com>
Tue, 7 Dec 2010 14:57:02 +0000 (14:57 +0000)
commit60a684939ab61dbfdf55105907808e015e5f6ec2
treec0cad3a11aaf060d4dc8de336b139dd00eccbe0c
parent475ae04a274ba7e32f56485c12a3db6a8714f431
Simplify the FLAC decoder now that it no longer has to parse arbitrary raw FLAC
data thanks to the recently added FLAC parser.
Patch by Michael Chinen [mchinen at gmail]

Originally committed as revision 25915 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/flacdec.c