vlc | branch: master | Filip Roséen <[email protected]> | Mon May 23 15:57:55 2016 +0200| [0e90f6ee5c798697e4992545090f9d9bb2a421b8] | committer: Jean-Baptiste Kempf
input decoder: removed misleading documentation The function does not return a value, as such the relevant comment is very misleading. Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0e90f6ee5c798697e4992545090f9d9bb2a421b8 --- src/input/decoder.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/input/decoder.c b/src/input/decoder.c index a881a06..66bbfc8 100644 --- a/src/input/decoder.c +++ b/src/input/decoder.c @@ -1309,7 +1309,6 @@ static void DecoderProcessSpu( decoder_t *p_dec, block_t *p_block ) * * \param p_dec the decoder object * \param p_block the block to decode - * \return VLC_SUCCESS or an error code */ static void DecoderProcess( decoder_t *p_dec, block_t *p_block ) { _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
