ffplay的视频显示入口是在main函数的最后面: 在event_loop函数中处理显示
/* handle an event sent by the GUI */
static void event_loop(VideoState *cur_stream)
{
SDL_Event event;
double incr, pos, frac;
ffplay的视频显示入口是在main函数的最后面: 在event_loop函数中处理显示
/* handle an event sent by the GUI */
static void event_loop(VideoState *cur_stream)
{
SDL_Event event;
double incr, pos, frac;
微信扫码登录