diff mlpdec.c @ 12024:fdafbcef52f5 libavcodec

Fix grammar errors in documentation
author mru
date Wed, 30 Jun 2010 15:38:06 +0000
parents b57e32bcaa86
children
line wrap: on
line diff
--- a/mlpdec.c	Wed Jun 30 09:33:59 2010 +0000
+++ b/mlpdec.c	Wed Jun 30 15:38:06 2010 +0000
@@ -939,8 +939,8 @@
 
 
 /** Read an access unit from the stream.
- *  Returns < 0 on error, 0 if not enough data is present in the input stream
- *  otherwise returns the number of bytes consumed. */
+ *  @return negative on error, 0 if not enough data is present in the input stream,
+ *  otherwise the number of bytes consumed. */
 
 static int read_access_unit(AVCodecContext *avctx, void* data, int *data_size,
                             AVPacket *avpkt)