remove av_packet_make_refcounted, this break build with old ffmpeg

Origin commit data
------------------
Branch: ni/coolstream
Commit: eaa66c57bf
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2024-09-05 (Thu, 05 Sep 2024)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2024-09-05 21:34:45 +02:00
committed by vanhofen
parent 17ccb41d03
commit 6b173240a4

View File

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