[SCM] libav/experimental: cosmetics: add an @return to documentation for decode_frame_header()
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:42:31 UTC 2013
The following commit has been merged in the experimental branch:
commit d7520f217af1c4ae0502829dde4e606b0c508c6b
Author: Justin Ruggles <justin.ruggles at gmail.com>
Date: Tue Mar 24 22:44:12 2009 +0000
cosmetics: add an @return to documentation for decode_frame_header()
Originally committed as revision 18179 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/flacdec.c b/libavcodec/flacdec.c
index a2ab872..04e81c6 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)
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list