]> git.sesse.net Git - vlc/commit
Moved out the flac packetizer from the flac decoder.
authorLaurent Aimar <fenrir@videolan.org>
Sat, 13 Feb 2010 12:26:03 +0000 (13:26 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Sat, 13 Feb 2010 14:12:00 +0000 (15:12 +0100)
commit447327c6053e496b70a46e9075e10fa3454211ae
tree52580bd3c75192a6897889d6875f81bbd8864b51
parent0ab429bb1ac49fa95dd460b3d7bef9545b246982
Moved out the flac packetizer from the flac decoder.

It simplify the flac decoder code.
It fixes the build of the packetizer when flac is disabled.
It makes the flac packetizer behaviour independant of the flac decoder presence.
modules/codec/flac.c
modules/packetizer/Modules.am
modules/packetizer/flac.c [new file with mode: 0644]