[FFmpeg-soc] [soc]: r2672 - mlp/mlpdec.c

ramiro subversion at mplayerhq.hu
Thu Jul 3 15:13:23 CEST 2008


Author: ramiro
Date: Thu Jul  3 15:13:23 2008
New Revision: 2672

Log:
Update comment.

Modified:
   mlp/mlpdec.c

Modified: mlp/mlpdec.c
==============================================================================
--- mlp/mlpdec.c	(original)
+++ mlp/mlpdec.c	Thu Jul  3 15:13:23 2008
@@ -983,7 +983,7 @@ static uint8_t calculate_parity(const ui
 }
 
 /** Read an access unit from the stream.
- *  Returns -1 on error, 0 if not enough data is present in the input stream
+ *  Returns < 0 on error, 0 if not enough data is present in the input stream
  *  otherwise returns the number of bytes consumed. */
 
 static int read_access_unit(AVCodecContext *avctx, void* data, int *data_size,



More information about the FFmpeg-soc mailing list