sauntercloud

Results 4 comments of sauntercloud

ijkplayer硬解出来是YUV420SP的,所以需要另外实现渲染。 附件中是我的实现,稍微改下就可以用 [YUV420SP.zip](https://github.com/ashqal/MD360Player4iOS/files/1154799/YUV420SP.zip)

@d6638219 是不能直接用,因为我自己的项目改过MD360Player4iOS,所以有些接口不太一样,需要自己稍微改下。

@d6638219 glsl.h 只是函数申明: #define GLSL_STRING(x) #x const char * per_pixel_fragment_shader_bitmap(); const char * per_pixel_fragment_shader_yuv420p(); const char * per_pixel_fragment_shader_yuv420sp(); const char * per_pixel_vertex_shader();