On Tue, May 05, 2020 at 03:31:27PM +0200, Andreas Rheinhardt wrote: > Michael Niedermayer: > > On Mon, May 04, 2020 at 08:22:49PM +0200, Andreas Rheinhardt wrote: > >> Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@gmail.com> > >> --- > >> libavformat/nutenc.c | 2 +- > >> 1 file changed, 1 insertion(+), 1 deletion(-) > >> > >> diff --git a/libavformat/nutenc.c b/libavformat/nutenc.c > >> index 5735055d19..6df7dfe210 100644 > >> --- a/libavformat/nutenc.c > >> +++ b/libavformat/nutenc.c > >> @@ -902,7 +902,7 @@ static int write_sm_data(AVFormatContext *s, > >> AVIOContext *bc, AVPacket *pkt, int > >> put_str(dyn_bc, "ChannelLayout"); > >> put_s(dyn_bc, -2); > >> put_str(dyn_bc, "u64"); > >> - put_v(bc, 8); > >> + put_v(dyn_bc, 8); > >> avio_write(dyn_bc, data, 8); data+=8; > >> sm_data_count++; > >> } > > > > muxer/encoder fixes should bump LIBAVFORMAT_VERSION_MICRO so the > > issue can be dectected unambigously on the demuxer side > > > > thx > > > > [...] > > Added locally. Is the patch then ready to merge (it can be applied > independently of the rest) or not?
probably ok thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB "Nothing to hide" only works if the folks in power share the values of you and everyone you know entirely and always will -- Tom Scott
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".