提交 d69008e3 编写于 作者: B bbcallen

ffplay: use RV32 as default

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