摘要: #include #include #include #include #include #include #include #include struct context { SDL_Renderer *renderer; SDL_Texture *texture; SDL_mutex *mutex; int n; uint32_t *pixels; int window_w; int window_h;};// VLC prepares to render a video frame.static void *lock(void *data, void **p_pixels) { stru 阅读全文
posted @ 2014-01-08 11:49 Bigben 阅读(1736) 评论(0) 推荐(0) 编辑