Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 475 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 475 Bytes

JDCFFPlayer

Introduction

An simple video playe demo implemented using FFmpeg and SDL2.0 with C on iOS platform.

SDL 2.0 Rendering

The master branch is using SDL2.0 rendering video

UIView OpenGL Rendering

相关文章:YUV420渲染

If you wanna checkout UIView rendering example please checkout opengl_texture branch.

git checkout opengl_texture