]> git.sesse.net Git - vlc/commit
* Put ErrorThread() in input_ext-dec.h because it was the same function
authorSam Hocevar <sam@videolan.org>
Sun, 30 Dec 2001 05:38:44 +0000 (05:38 +0000)
committerSam Hocevar <sam@videolan.org>
Sun, 30 Dec 2001 05:38:44 +0000 (05:38 +0000)
commitfafbe100b1b1116959590f84e98ee5e4fa2a3ac8
tree4bb2516548e03515e9276404df387a2c487ac879
parentca6c02a2e3674479b5ef7954f7c190def7f091bf
  * Put ErrorThread() in input_ext-dec.h because it was the same function
    in all decoders. Called it DecoderError() instead.
  * All decoders enter DecoderError() in case of error, even if they
    haven't allocated all their data. This prevents the input from getting
    stuck if a decoder has failed its initialization.
  * Namespace fixes through the decoder files.
12 files changed:
include/common.h
include/input_ext-dec.h
include/modules_export.h
plugins/ac3_adec/ac3_adec.c
plugins/ac3_spdif/ac3_spdif.c
plugins/lpcm_adec/lpcm_adec.c
plugins/mad/mad_adec.c
plugins/mpeg_adec/mpeg_adec.c
plugins/mpeg_adec/mpeg_adec.h
plugins/mpeg_vdec/video_parser.c
plugins/spudec/spu_decoder.c
src/input/input_ext-dec.c