mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-20 07:35:25 +08:00
Replace remaining occurances of av_free_packet with av_packet_unref
This commit is contained in:
@@ -733,7 +733,7 @@ FF_ENABLE_DEPRECATION_WARNINGS
|
||||
AV_PKT_DATA_MATROSKA_BLOCKADDITIONAL,
|
||||
cx_frame->sz_alpha + 8);
|
||||
if(!side_data) {
|
||||
av_free_packet(pkt);
|
||||
av_packet_unref(pkt);
|
||||
av_free(pkt);
|
||||
return AVERROR(ENOMEM);
|
||||
}
|
||||
|
Reference in New Issue
Block a user