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)