OSDN Git Service

cosmetics: add an @return to documentation for decode_frame_header()
authorJustin Ruggles <justin.ruggles@gmail.com>
Tue, 24 Mar 2009 22:44:12 +0000 (22:44 +0000)
committerJustin Ruggles <justin.ruggles@gmail.com>
Tue, 24 Mar 2009 22:44:12 +0000 (22:44 +0000)
Originally committed as revision 18179 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/flacdec.c

index a2ab872..04e81c6 100644 (file)
@@ -485,6 +485,7 @@ static inline int decode_subframe(FLACContext *s, int channel)
  * @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)