On Wed, Nov 04, 2020 at 02:14:08AM +0100, Matthias Neugebauer wrote: > Stream side data such as display matrix is currently lost when using NUT. > > Signed-off-by: Matthias Neugebauer <mtn...@mailbox.org> > --- > libavformat/nutdec.c | 9 +++++++++ > libavformat/nutenc.c | 18 ++++++++++++++++++ > 2 files changed, 27 insertions(+) > > diff --git a/libavformat/nutdec.c b/libavformat/nutdec.c > index 53a052503e..3747a74402 100644 > --- a/libavformat/nutdec.c > +++ b/libavformat/nutdec.c > @@ -589,6 +589,15 @@ static int decode_info_header(NUTContext *nut) > continue; > } > > + if (stream_id_plus1 && !strcmp(name, "X-st_sd_displaymatrix")) {
Is this FFmpeg specific or why is the X- prefix preferred over adding this to nut.txt ? 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".