]> git.sesse.net Git - vlc/commit
* all: I have added two new variables in es_descriptor_t and
authorLaurent Aimar <fenrir@videolan.org>
Tue, 7 Jan 2003 21:49:01 +0000 (21:49 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Tue, 7 Jan 2003 21:49:01 +0000 (21:49 +0000)
commit81b7c54562bbdb33e649686e170ce281d48975f6
tree3bc58ecd512c26da0e20c598f6e7d5532a8b9ad5
parent4118695e4916cee3d34a3a67f14609e6bc67d6c7
 * all: I have added two new variables in es_descriptor_t and
decoder_fifo_t (p_waveformatex and p_bitmapinfoheader). It's
a replacement of p_demux_data as this variable is used by
some demuxers in another way. This way, I will be able to add
preliminary support of mpeg4 in mpeg2TS... (I haven't tested ogm
demuxer so if somebody wants ...)
16 files changed:
include/input_ext-dec.h
include/input_ext-intf.h
modules/codec/adpcm.c
modules/codec/araw.c
modules/codec/faad/decoder.c
modules/codec/ffmpeg/audio.c
modules/codec/ffmpeg/video.c
modules/codec/xvid.c
modules/demux/asf/asf.c
modules/demux/avi/avi.c
modules/demux/mp4/mp4.c
modules/demux/ogg.c
modules/demux/rawdv.c
modules/demux/wav/wav.c
src/input/input_dec.c
src/input/input_programs.c