摘要: #include #include #include #include #include #include #include #include #define VIDEOWIDTH 1920#define VIDEOHEIGHT 1080struct context { SDL_Renderer *renderer; SDL_Texture *texture; SDL_mutex *mutex; int n; SDL_Rect displayrect; int window_w; int window_h;};// VLC prepares to render a video frame.st 阅读全文
posted @ 2013-09-24 10:50 Bigben 阅读(3848) 评论(2) 推荐(0) 编辑