提交 ee561ab5 编写于 作者: Z Zhang Rui

ffplay: skip_loop_filter = AVDISCARD_ALL

上级 a2a0fc51
......@@ -1520,6 +1520,8 @@ static int stream_component_open(FFPlayer *ffp, int stream_index)
return -1;
}
avctx->skip_loop_filter = AVDISCARD_ALL;
avctx->codec_id = codec->id;
avctx->workaround_bugs = ffp->workaround_bugs;
avctx->lowres = ffp->lowres;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册