jjm2473 / ffmpeg-rk

支持rockchip mpp硬件加速编解码的ffmpeg版本。Forked ffmpeg that supports rkmpp decodeing, encoding and rga scaling
https://ffmpeg.org
Other
178 stars 31 forks source link

显存泄露 #39

Closed kunknu closed 4 months ago

kunknu commented 6 months ago

拉取rtsp流的时候,av_read_frame()返回EOF的时候正常释放各种变量会出现内存泄漏问题,从表现来看好像是显存泄露了,如果不退出程序会一直不释放,如果满了申请失败以后,只能重启设备才能释放内存。

jjm2473 commented 4 months ago

没修改rtsp相关的东西