mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-15 19:40:07 +01:00
Replace remaining occurances of av_free_packet with av_packet_unref
This commit is contained in:
@@ -1143,7 +1143,7 @@ leave:
|
||||
av_log(s, AV_LOG_ERROR, "Packet mismatch %d %d\n", last, orig_size + 11);
|
||||
avio_seek(s->pb, pos + 1, SEEK_SET);
|
||||
ret = resync(s);
|
||||
av_free_packet(pkt);
|
||||
av_packet_unref(pkt);
|
||||
if (ret >= 0) {
|
||||
goto retry;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user