]> git.sesse.net Git - vlc/commit
* include/vlc_es.h: added b_packetized field to es_format_t to tell a decoder if...
authorGildas Bazin <gbazin@videolan.org>
Sun, 7 Mar 2004 22:34:22 +0000 (22:34 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sun, 7 Mar 2004 22:34:22 +0000 (22:34 +0000)
commit779340cfa2ce06d7226e037765807edd24942885
treefe16f93d3c19a6caa9d8e375ecf2ad16aed88eb6
parent5c5ee97934a5f33c53aa5f2f83f2d984aa638d81
* include/vlc_es.h: added b_packetized field to es_format_t to tell a decoder if the input elementary stream will be fed in complete frames.
* include/vlc_codec.h: added a b_need_packetized field to decoder_t that is used by a decoder to tell if it wants to be fed complete frames.
* modules/demux/ts.c, modules/demux/ps.h, src/input/input_programs.c: b_packetized = VLC_FALSE.
* modules/codec/ffmpeg/ffmpeg.c, modules/codec/faad.c: b_need_packetized = VLC_TRUE;
* src/input/input_dec.c: if (b_need_packetized & !b_packetized) then kick off a packetizer that we'll use to feed the decoder.
* src/input/es_out.c: removed useless stuff.
include/vlc_codec.h
include/vlc_es.h
modules/codec/faad.c
modules/codec/ffmpeg/ffmpeg.c
modules/demux/ps.h
modules/demux/ts.c
src/input/es_out.c
src/input/input_dec.c
src/input/input_programs.c