]> git.sesse.net Git - vlc/commit
* ALL: removed GetPES and NextPES, we now use input_ExtractPES everywhere instead
authorGildas Bazin <gbazin@videolan.org>
Sun, 27 Oct 2002 16:58:14 +0000 (16:58 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sun, 27 Oct 2002 16:58:14 +0000 (16:58 +0000)
commit6d6601ea132822dfb9a172b70dbca6969f229185
tree4e9b167b3a0cd118467a826218faf2558873e5cf
parentcdf8646fe44880054aa70809965fd3fb91233367
* ALL: removed GetPES and NextPES, we now use input_ExtractPES everywhere instead
   of these. The bitstream facility has also been changed to use input_ExtractPES
   and now stores the current PES in its structure.
   Introduced input_FlushPESFifo() and CloseBitstream().
20 files changed:
include/input_ext-dec.h
include/input_ext-plugins.h
modules/codec/a52.c
modules/codec/a52old/a52old.c
modules/codec/araw.c
modules/codec/cinepak/cinepak.c
modules/codec/dv/dv.c
modules/codec/faad/decoder.c
modules/codec/ffmpeg/ffmpeg.c
modules/codec/lpcm.c
modules/codec/mad/decoder.c
modules/codec/mad/decoder.h
modules/codec/mad/libmad.c
modules/codec/mpeg_audio/decoder.c
modules/codec/mpeg_video/parser.c
modules/codec/spudec/spudec.c
modules/codec/vorbis.c
modules/misc/dummy/decoder.c
src/input/input_dec.c
src/input/input_ext-dec.c