]> git.sesse.net Git - ffmpeg/commit
Set sample format in flac_decode_init() rather than in
authorJustin Ruggles <justin.ruggles@gmail.com>
Sun, 1 Nov 2009 16:48:05 +0000 (16:48 +0000)
committerJustin Ruggles <justin.ruggles@gmail.com>
Sun, 1 Nov 2009 16:48:05 +0000 (16:48 +0000)
commit4c1645a4589d79501abbbba6a94247d4e6c724ad
treecdb7ac69ad1e5ee4989b4ffddd163fb06b716737
parentdee34af4d6eec7cfb2f96e81d6b7f5719a04a866
Set sample format in flac_decode_init() rather than in
ff_flac_parse_streaminfo() since the latter is shared with the raw FLAC
demuxer, which should not be setting the sample format.

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