remove av_packet_make_refcounted, this break build with old ffmpeg

This commit is contained in:
Jacek Jendrzej
2024-09-05 12:23:27 +02:00
parent 562511a62f
commit 9ef2cea5d8

View File

@@ -2519,7 +2519,6 @@ void CStreamRec::run2url()
}
}
av_packet_make_refcounted(&pkt);
in_stream = ifmt_ctx->streams[pkt.stream_index];
out_stream = ofcx->streams[_stream_index];