On Fri, Apr 04, 2025 at 03:56:19PM -0500, Romain Beauxis wrote: > Le ven. 4 avr. 2025 à 15:39, Michael Niedermayer > <mich...@niedermayer.cc> a écrit : > > > > Hi Romain > > > > On Wed, Apr 02, 2025 at 01:29:33PM -0500, Romain Beauxis wrote: > > > --- > > > libavcodec/decode.c | 130 ++++++++++++++++++++++++++++++++++++++++++++ > > > 1 file changed, 130 insertions(+) > > > > > > diff --git a/libavcodec/decode.c b/libavcodec/decode.c > > > index fca0c7ff58..b754ea13b6 100644 > > > --- a/libavcodec/decode.c > > > +++ b/libavcodec/decode.c > > [...] > > > + // If node alrady exist, we update with the latest value. > > > + if (ret && ret != pending) { > > > + av_free(ret->data); > > > + ret->data = pending->data; > > > > stray tab in indent, this cannot be pushed > > I'm confused.
sorry for confusing you > > You asked me to push the fixed patchset to a branch, which was done > here: > https://github.com/toots/FFmpeg/pull/2/commits/500f56ed270a4a6053ff51408f775a8b4be5210e > > Should I push a new version on here? whatever you prefer, you can repost the patchset or post a link to your branch to the mailing list thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB You can kill me, but you cannot change the truth.
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".