]> git.sesse.net Git - vlc/commit
* ./modules/codec/spudec/*: split spudec into the parsing and the rendering
authorSam Hocevar <sam@videolan.org>
Fri, 16 Aug 2002 03:07:56 +0000 (03:07 +0000)
committerSam Hocevar <sam@videolan.org>
Fri, 16 Aug 2002 03:07:56 +0000 (03:07 +0000)
commitba97736ab86529d03ca3a0d52256c01b6a9b5555
tree01cf36f2345acba5616959ad9f25fb79de1ec572
parent647a105d2cec2139ef8299b6eba17255b97ea714
  * ./modules/codec/spudec/*: split spudec into the parsing and the rendering
    functions.
  * ./modules/demux/mpeg/audio.c: at least three PS startcodes are required
    before we abort the parsing and consider the input as PS instead of MP3.
modules/codec/spudec/Makefile
modules/codec/spudec/parse.c [new file with mode: 0644]
modules/codec/spudec/render.c [new file with mode: 0644]
modules/codec/spudec/spudec.c
modules/codec/spudec/spudec.h
modules/demux/mpeg/audio.c
modules/gui/kde/interface.cpp