From d7520f217af1c4ae0502829dde4e606b0c508c6b Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Tue, 24 Mar 2009 22:44:12 +0000 Subject: [PATCH] cosmetics: add an @return to documentation for decode_frame_header() Originally committed as revision 18179 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/flacdec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/flacdec.c b/libavcodec/flacdec.c index a2ab8721c8..04e81c6faa 100644 --- a/libavcodec/flacdec.c +++ b/libavcodec/flacdec.c @@ -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) -- 2.11.0