]> git.sesse.net Git - vlc/commit
* Removed b_die and b_error from all decoders (obsoleted by decoder_fifo_t).
authorChristophe Massiot <massiot@videolan.org>
Thu, 21 Dec 2000 13:25:51 +0000 (13:25 +0000)
committerChristophe Massiot <massiot@videolan.org>
Thu, 21 Dec 2000 13:25:51 +0000 (13:25 +0000)
commitcc50abf7704ffe3b715ca13b0250f4a65686393a
treeed7ce1354f9765b91471b8d89e9f674684211156
parent3bf927ec7f9d240823a67e6dbb84162abe02b59b
* Removed b_die and b_error from all decoders (obsoleted by decoder_fifo_t).
All decoders should now exit cleanly (if it's not the case, it should be
referenced as a bug).
13 files changed:
include/input_ext-dec.h
include/video_parser.h
src/ac3_decoder/ac3_decoder_thread.c
src/ac3_decoder/ac3_decoder_thread.h
src/audio_decoder/audio_decoder.c
src/audio_decoder/audio_decoder.h
src/input/input_programs.c
src/lpcm_decoder/lpcm_decoder_thread.c
src/lpcm_decoder/lpcm_decoder_thread.h
src/spu_decoder/spu_decoder.c
src/spu_decoder/spu_decoder.h
src/video_parser/video_parser.c
src/video_parser/vpar_headers.c