提交 590c2996 编写于 作者: M Michael Niedermayer

avcodec/flac_parser: remove duplicate assignent

Found-by: CSA
Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
上级 1af563b5
......@@ -667,7 +667,6 @@ static int flac_parse(AVCodecParserContext *s, AVCodecContext *avctx,
}
}
curr = fpc->headers;
for (curr = fpc->headers; curr; curr = curr->next) {
if (curr->max_score > 0 &&
(!fpc->best_header || curr->max_score > fpc->best_header->max_score)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册