[vlc-devel] commit: Moved out the flac packetizer from the flac decoder. ( Laurent Aimar )
git version control
git at videolan.org
Sat Feb 13 15:12:22 CET 2010
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sat Feb 13 13:26:03 2010 +0100| [447327c6053e496b70a46e9075e10fa3454211ae] | committer: Laurent Aimar
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.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=447327c6053e496b70a46e9075e10fa3454211ae
---
modules/codec/flac.c | 727 ++---------------------------------------
modules/packetizer/Modules.am | 2 +
modules/packetizer/flac.c | 701 +++++++++++++++++++++++++++++++++++++++
3 files changed, 735 insertions(+), 695 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=447327c6053e496b70a46e9075e10fa3454211ae
More information about the vlc-devel
mailing list