From 434745ca6ad422f107da6d0457a1bb1ce1f9f5eb Mon Sep 17 00:00:00 2001 From: jbr Date: Tue, 24 Mar 2009 22:44:12 +0000 Subject: [PATCH] cosmetics: add an @return to documentation for decode_frame_header() git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18179 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- 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.4.GIT