]> git.sesse.net Git - vlc/commit
* src/input/input_ext-dec.c, include/input_ext-dec.h, modules/codec/araw.c:
authorGildas Bazin <gbazin@videolan.org>
Thu, 24 Oct 2002 09:37:48 +0000 (09:37 +0000)
committerGildas Bazin <gbazin@videolan.org>
Thu, 24 Oct 2002 09:37:48 +0000 (09:37 +0000)
commit2175bb5b22bd2d67cd6cc63c6e8802f7189cdd85
tree6379fc21ee20a0373b7fbdf94d49507ef57ed324
parent2a533cead65e40f553aa30a7ca03292ce9fbe281
* src/input/input_ext-dec.c, include/input_ext-dec.h, modules/codec/araw.c:
   renamed input_NextPES into input_ExtractPES and factorised its code.
* modules/codec/ffmpeg/ffmpeg.c, modules/codec/faad/decoder.c,
   modules/codec/cinepak/cinepak.c: make use of NextPES and GetPES from
   src/input/input_ext-dec.c.
* modules/codec/a52.c: fixed uninitialized variable.
include/input_ext-dec.h
modules/codec/a52.c
modules/codec/araw.c
modules/codec/cinepak/cinepak.c
modules/codec/faad/decoder.c
modules/codec/ffmpeg/ffmpeg.c
src/input/input_ext-dec.c