Skip to content

nightwolf-chen/JDCFFPlayer

Repository files navigation

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