Re: [FFmpeg-devel] [PATCH 1/2] avformat/mov: always parse video headers

2021-01-29 Thread Nicolas Gaullier
>De : Paul B Mahol >Envoyé : vendredi 29 janvier 2021 23:46 >À : FFmpeg development discussions and patches >Cc : Nicolas Gaullier >Objet : Re: [FFmpeg-devel] [PATCH 1/2] avformat/mov: always parse video headers > >Why is AV1 touched? Well, AV1 is supposed to be left unto

Re: [FFmpeg-devel] [PATCH 1/2] avformat/mov: always parse video headers

2021-01-29 Thread Paul B Mahol
Why is AV1 touched? On Fri, Jan 29, 2021 at 6:24 PM Nicolas Gaullier wrote: > This is aligned with current code of matroskadec. > Fixes field_order reported by ffprobe for MP4 H264, for example. > --- > libavformat/mov.c | 7 --- > 1 file changed, 4 insertions(+), 3 deletions(-) > > diff --

[FFmpeg-devel] [PATCH 1/2] avformat/mov: always parse video headers

2021-01-29 Thread Nicolas Gaullier
This is aligned with current code of matroskadec. Fixes field_order reported by ffprobe for MP4 H264, for example. --- libavformat/mov.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index ad0b9a58d3..b5e012190b 100644 --- a/libavf