bilibili / ijkplayer

Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support.
GNU General Public License v2.0
32.43k stars 8.11k forks source link

ffplay_video_thread #2217

Open gnanev opened 7 years ago

gnanev commented 7 years ago

What is the purpose of this? It doesn't seem to be executed at all.

xinzhengzhang commented 7 years ago

Absolutely it will be executed.

gnanev commented 7 years ago

When it is executed? Everything happens in read_thread and video_refresh_thread.

xinzhengzhang commented 7 years ago

ffplay_video_thread is using for decoder. You will found it be called with videotoolbox option closed.

gnanev commented 7 years ago

"videotoolbox option closed" means enabled or disabled?