[vlc-devel] [PATCH 3/3] input/decoder.c: removed misleading documentation
Filip Roséen
filip at videolabs.io
Mon May 23 15:57:55 CEST 2016
The function does not return a value, as such the relevant comment is very misleading.
---
src/input/decoder.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/input/decoder.c b/src/input/decoder.c
index e7f4a75..94f2c3f 100644
--- a/src/input/decoder.c
+++ b/src/input/decoder.c
@@ -1261,7 +1261,6 @@ static void DecoderDispatchBlock( void( *pf_decode )( decoder_t*, block_t* ),
*
* \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 )
{
--
2.8.2
More information about the vlc-devel
mailing list