... SDL_UpdateTexture(sdlTexture,NULL,buffer_convert,pixel_w*4); #elif LOAD_YUV422p SDL_UpdateTexture(sdlTexture,NULL,buffer[buf.index].start,pixel_w*2); ...
確定! 回上一頁