diff flacdec.c @ 9256:eb5f74d90304 libavcodec

cosmetics: add an @return to documentation for decode_frame_header()
author jbr
date Tue, 24 Mar 2009 22:44:12 +0000
parents 8d570fb097f8
children 54bc8a2727b0
line wrap: on
line diff
--- a/flacdec.c	Tue Mar 24 02:26:10 2009 +0000
+++ b/flacdec.c	Tue Mar 24 22:44:12 2009 +0000
@@ -485,6 +485,7 @@
  * @param      avctx AVCodecContext to use as av_log() context
  * @param      gb    GetBitContext from which to read frame header
  * @param[out] fi    frame information
+ * @return non-zero on error, 0 if ok
  */
 static int decode_frame_header(AVCodecContext *avctx, GetBitContext *gb,
                                FLACFrameInfo *fi)