Hi Soundariya

On Wed, Feb 04, 2026 at 06:48:14AM +0000, Soundariya Ranin Venkatesh via 
ffmpeg-devel wrote:
> Signed-off-by: Venkatesh <[email protected]>
> ---
>  libavcodec/mjpegdec.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/libavcodec/mjpegdec.c b/libavcodec/mjpegdec.c
> index c110130..c5d6184 100644
> --- a/libavcodec/mjpegdec.c
> +++ b/libavcodec/mjpegdec.c
> @@ -675,6 +675,7 @@ int ff_mjpeg_decode_sof(MJpegDecodeContext *s)
>              break;
>          case 0x22121100:
>          case 0x22111200:
> +        case 0x41212100:
>          case 0x41211100:
>              if (s->bits <= 8) s->avctx->pix_fmt = s->cs_itu601 ? 
> AV_PIX_FMT_YUV422P : AV_PIX_FMT_YUVJ422P;
>              else

can you add a fate test for this ?
or is the sample "Non shareable"?

thx

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

While the State exists there can be no freedom; when there is freedom there
will be no State. -- Vladimir Lenin

Attachment: signature.asc
Description: PGP signature

_______________________________________________
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to