diff --git a/libavcodec/flac_parser.c b/libavcodec/flac_parser.c index ed0da55c23..12e09bb55e 100644 --- a/libavcodec/flac_parser.c +++ b/libavcodec/flac_parser.c @@ -704,7 +704,7 @@ static int flac_parse(AVCodecParserContext *s, AVCodecContext *avctx, handle_error: *poutbuf = NULL; *poutbuf_size = 0; - return read_end - buf; + return buf_size ? read_end - buf : 0; } static av_cold int flac_parse_init(AVCodecParserContext *c)