Re: [FFmpeg-devel] [PATCH] mfxenc add jpeg2000 frame field interlacing support

2021-10-28 Thread Tomas Härdin
Looks like you messed up the subject. You need two newlines between the title of the patch and the description. This patch also mixes a lot of different changes. Please split it up. The bigger a patch is the more rounds of review it tends to have to go through. > +    { 0x840B, > {0x06,0x0e,0x2b,

Re: [FFmpeg-devel] [PATCH] mfxenc add jpeg2000 frame field interlacing support

2021-10-28 Thread Erwann RENAN
Ok, i will split it -Message d'origine- De : ffmpeg-devel De la part de Tomas Härdin Envoyé : jeudi 28 octobre 2021 16:33 À : FFmpeg development discussions and patches Objet : Re: [FFmpeg-devel] [PATCH] mfxenc add jpeg2000 frame field interlacing support Looks like you messed u

[FFmpeg-devel] [PATCH] mfxenc add jpeg2000 frame field interlacing support. SPONSORED BY INA (Institut National de l'Audiovisuel) * the use of a jpeg2000 frame/field input is signaled by the option fl

2021-10-28 Thread Erwann Renan
--- libavformat/mxf.h| 1 + libavformat/mxfenc.c | 371 +-- 2 files changed, 361 insertions(+), 11 deletions(-) diff --git a/libavformat/mxf.h b/libavformat/mxf.h index fe9c52732c..2ce637d4a8 100644 --- a/libavformat/mxf.h +++ b/libavformat/mxf.h @@ -