[FFmpeg-soc] [soc]: r5330 - wmapro/wmaprodec.c
faust3
subversion at mplayerhq.hu
Sat Aug 29 15:15:10 CEST 2009
Author: faust3
Date: Sat Aug 29 15:15:09 2009
New Revision: 5330
Log:
document error return code for decode_subframe_length
Modified:
wmapro/wmaprodec.c
Modified: wmapro/wmaprodec.c
==============================================================================
--- wmapro/wmaprodec.c Sat Aug 29 15:10:20 2009 (r5329)
+++ wmapro/wmaprodec.c Sat Aug 29 15:15:09 2009 (r5330)
@@ -447,9 +447,9 @@ static av_cold int decode_init(AVCodecCo
}
/**
- *@brief Decode the subframe length
+ *@brief Decode the subframe length.
*@param s context
- *@return decoded subframe length
+ *@return decoded subframe length on success, 0 in case of an error
*/
static int decode_subframe_length(WMA3DecodeContext *s)
{
More information about the FFmpeg-soc
mailing list