提交 6cbab4f0 编写于 作者: B bbcallen

ffplay: default chroma should be RV32

上级 9b440331
......@@ -508,8 +508,8 @@ inline static void ffp_reset_internal(FFPlayer *ffp)
ffp->sar_num = 0;
ffp->sar_den = 0;
ffp->overlay_format = SDL_FCC_YV12;
// ffp->overlay_format = SDL_FCC_RV32;
// ffp->overlay_format = SDL_FCC_YV12;
ffp->overlay_format = SDL_FCC_RV32;
// ffp->overlay_format = SDL_FCC_RV16;
ffp->last_error = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册