CainKernel / CainPlayer

A Simple Android MediaPlayer using FFmpeg, OpenSLES and OpenGLES base on ffplay
GNU General Public License v3.0
104 stars 26 forks source link

crash on read packets thread when exiting player #5

Closed CainKernel closed 5 years ago

CainKernel commented 5 years ago

在退出播放器时。读数据包线程会出现偶发的崩溃现象。似乎是解码器被释放了,但读数据包线程仍然没有被释放导致的。