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