[vlc-commits] move aout_Packet out of the core and deprecate it
Rémi Denis-Courmont
git at videolan.org
Mon Apr 16 19:31:31 CEST 2012
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Apr 16 20:29:53 2012 +0300| [c086f181971a595426266eba52bfb599b4a30809] | committer: Rémi Denis-Courmont
move aout_Packet out of the core and deprecate it
And do the same with aout_Fifo since only aout_Packet uses it.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c086f181971a595426266eba52bfb599b4a30809
---
include/vlc_aout.h | 12 +-
modules/audio_output/Modules.am | 14 +-
modules/audio_output/packet.c | 381 ++++++++++++++++++++++++++++++++++++++
src/audio_output/aout_internal.h | 8 -
src/audio_output/common.c | 113 -----------
src/audio_output/output.c | 258 --------------------------
src/libvlccore.sym | 6 -
7 files changed, 394 insertions(+), 398 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=c086f181971a595426266eba52bfb599b4a30809
More information about the vlc-commits
mailing list