From 6b173240a440f0b8d8b2144682a654ac506d0dc9 Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Thu, 5 Sep 2024 21:34:45 +0200 Subject: [PATCH] remove av_packet_make_refcounted, this break build with old ffmpeg Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/eaa66c57bf8b118f646bdc31d7580d75e055ca1c Author: Jacek Jendrzej Date: 2024-09-05 (Thu, 05 Sep 2024) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/driver/record.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/driver/record.cpp b/src/driver/record.cpp index b1e8fdf60..6070a5fd6 100644 --- a/src/driver/record.cpp +++ b/src/driver/record.cpp @@ -2592,7 +2592,6 @@ void CStreamRec::run2url() } } - av_packet_make_refcounted(&pkt); in_stream = ifmt_ctx->streams[pkt.stream_index]; out_stream = ofcx->streams[_stream_index];