Re: [FFmpeg-devel] [PATCH] Include field_mode information in NUT stream info

2025-03-15 Thread Anders Rein
Hi! Thanks for the feedback.I have no problem adding the "X-" prefix to the field order key, however I was just following the way "r_frame_rate" was passed. As far as I can see this field is not mentioned in nut.txt either and should also be using the X- prefix. Or am I missing something? On Mon,

Re: [FFmpeg-devel] [PATCH] Include field_mode information in NUT stream info

2025-03-13 Thread Michael Niedermayer
On Mon, Mar 10, 2025 at 11:46:10PM +0100, Anders Rein wrote: > This will make it possible to transmit raw video over NUT without losing > the field order information. > --- > libavformat/nut.c| 36 ++ > libavformat/nut.h| 3 + > libavforma

Re: [FFmpeg-devel] [PATCH] Include field_mode information in NUT stream info

2025-03-10 Thread Michael Niedermayer
Hi On Mon, Mar 10, 2025 at 05:44:22PM +0100, Anders Rein wrote: > This will make it possible to transmit raw video over NUT without losing > the field order information. [...] > diff --git a/libavformat/nutenc.c b/libavformat/nutenc.c > index 55efb114c3..abe4e3fb98 100644 > --- a/libavformat/nut

Re: [FFmpeg-devel] [PATCH] Include field_mode information in NUT stream info

2025-03-10 Thread Anders Rein
Oh my bad. I searched on Google "nut txt". Second hit: https://ffmpeg.org/~michael/nut.txt. I'll modify the patch to include the "X-" prefix. Thanks. On Mon, 10 Mar 2025 at 21:55, Michael Niedermayer wrote: > > Hi Anders > > On Mon, Mar 10, 2025 at 09:24:05PM +0100, Anders Rein wrote: > > Hi! Th

Re: [FFmpeg-devel] [PATCH] Include field_mode information in NUT stream info

2025-03-10 Thread Michael Niedermayer
Hi Anders On Mon, Mar 10, 2025 at 09:24:05PM +0100, Anders Rein wrote: > Hi! Thanks for the feedback.I have no problem adding the "X-" prefix > to the field order key, however I was just following the way > "r_frame_rate" was passed. As far as I can see this field is not > mentioned in nut.txt eit

Re: [FFmpeg-devel] [PATCH] Include field_mode information in NUT stream info

2025-03-09 Thread Michael Niedermayer
Hi Anders On Sat, Mar 08, 2025 at 10:00:34PM +0100, Anders Rein wrote: > This will make it possible to transmit raw video over NUT without losing > the field order information. > --- > libavformat/nutdec.c | 4 > libavformat/nutenc.c | 3 +++ > 2 files changed, 7 insertions(+) > > diff --gi