Re: [FFmpeg-devel] [PATCH] Handle AVID MJPEG streams directly in the MJPEG decoder.

2021-02-27 Thread James Almer
On 2/27/2021 1:37 PM, James Almer wrote: On 2/27/2021 1:33 PM, Michael Niedermayer wrote: On Wed, Feb 24, 2021 at 11:25:42AM +0100, Anton Khirnov wrote: AVID streams - currently handled by the AVRN decoder - can be (depending on extradata contents) either MJPEG or raw video. To decode the MJPEG

Re: [FFmpeg-devel] [PATCH] Handle AVID MJPEG streams directly in the MJPEG decoder.

2021-02-27 Thread James Almer
On 2/27/2021 1:33 PM, Michael Niedermayer wrote: On Wed, Feb 24, 2021 at 11:25:42AM +0100, Anton Khirnov wrote: AVID streams - currently handled by the AVRN decoder - can be (depending on extradata contents) either MJPEG or raw video. To decode the MJPEG variant, the AVRN decoder currently insta

Re: [FFmpeg-devel] [PATCH] Handle AVID MJPEG streams directly in the MJPEG decoder.

2021-02-27 Thread Michael Niedermayer
On Wed, Feb 24, 2021 at 11:25:42AM +0100, Anton Khirnov wrote: > AVID streams - currently handled by the AVRN decoder - can be (depending > on extradata contents) either MJPEG or raw video. To decode the MJPEG > variant, the AVRN decoder currently instantiates a MJPEG decoder > internally and forwa