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)
 {
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to