Browse Source

input: decoder: fix typo

Alexandre Janniaux 5 years ago
parent
commit
2778674ce2
  1. 2
      src/input/decoder.c

2
src/input/decoder.c

@ -123,7 +123,7 @@ struct vlc_input_decoder_t
* aout/vouts.
*
* The input thread can read these variables in order to stop outputs, when
* both ModuleThread and DecoderThread are stopped (from DecoderDelete()).
* both ModuleThread and DecoderThread are stopped (from DeleteDecoder()).
*/
audio_output_t *p_aout;

Loading…
Cancel
Save