From: Soundariya Ranin Venkatesh via ffmpeg-devel <ffmpeg-devel@ffmpeg.org>
To: "ffmpeg-devel@ffmpeg.org" <ffmpeg-devel@ffmpeg.org>
Cc: Soundariya Ranin Venkatesh <soundariya@multicorewareinc.com>
Subject: [FFmpeg-devel] Fw: [PATCH] libavcodec/mjpegdec: Add 0x41212100 support in mjpegdec
Date: Mon, 16 Feb 2026 05:53:28 +0000
Message-ID: <PN1P287MB3632E479ACD0ACFC105E13A0A36CA@PN1P287MB3632.INDP287.PROD.OUTLOOK.COM> (raw)
In-Reply-To: <PN1P287MB363247549319A67557E5F4F1A398A@PN1P287MB3632.INDP287.PROD.OUTLOOK.COM>
________________________________
From: Soundariya Ranin Venkatesh
Sent: Wednesday, February 4, 2026 12:18 PM
To: ffmpeg-devel@ffmpeg.org <ffmpeg-devel@ffmpeg.org>
Cc: Kalaiyarasi Saravanan <kalaiyarasi@multicorewareinc.com>
Subject: [PATCH] libavcodec/mjpegdec: Add 0x41212100 support in mjpegdec
Signed-off-by: Venkatesh <soundariyax.venkatesh@intel.com>
---
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
--
2.53.0.windows.1
_______________________________________________
ffmpeg-devel mailing list -- ffmpeg-devel@ffmpeg.org
To unsubscribe send an email to ffmpeg-devel-leave@ffmpeg.org
next prev parent reply other threads:[~2026-02-16 5:54 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-04 6:48 [FFmpeg-devel] " Soundariya Ranin Venkatesh via ffmpeg-devel
2026-02-08 23:21 ` [FFmpeg-devel] " Michael Niedermayer via ffmpeg-devel
2026-02-16 5:53 ` Soundariya Ranin Venkatesh via ffmpeg-devel [this message]
2026-02-18 8:41 ` Soundariya Ranin Venkatesh via ffmpeg-devel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=PN1P287MB3632E479ACD0ACFC105E13A0A36CA@PN1P287MB3632.INDP287.PROD.OUTLOOK.COM \
--to=ffmpeg-devel@ffmpeg.org \
--cc=soundariya@multicorewareinc.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
This inbox may be cloned and mirrored by anyone:
git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
ffmpegdev@gitmailbox.com
public-inbox-index ffmpegdev
Example config snippet for mirrors.
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git