提交 656e9a68 编写于 作者: M Michael Niedermayer

avformat/swfdec: Fix "}else" style

Found-by: durandal_170
Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
上级 7efe81a8
......@@ -407,7 +407,7 @@ static int swf_read_packet(AVFormatContext *s, AVPacket *pkt)
}
if (st->codec->pix_fmt != AV_PIX_FMT_NONE && st->codec->pix_fmt != pix_fmt) {
av_log(s, AV_LOG_ERROR, "pixel format change unsupported\n");
}else
} else
st->codec->pix_fmt = pix_fmt;
if (linesize * height > pkt->size) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册