[vlc-commits] input decoder: removed misleading documentation

Filip Roséen git at videolan.org
Wed May 25 00:02:55 CEST 2016


vlc | branch: master | Filip Roséen <filip at videolabs.io> | 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 <jb at videolan.org>

> 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 )
 {



More information about the vlc-commits mailing list