Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
From: Soundariya Ranin Venkatesh via ffmpeg-devel <ffmpeg-devel@ffmpeg.org>
To: "ffmpeg-devel@ffmpeg.org" <ffmpeg-devel@ffmpeg.org>
Cc: Kalaiyarasi Saravanan <kalaiyarasi@multicorewareinc.com>,
	Soundariya Ranin Venkatesh <soundariya@multicorewareinc.com>
Subject: [FFmpeg-devel] [PATCH] libavcodec/mjpegdec: Add  0x41212100 support in mjpegdec
Date: Wed, 4 Feb 2026 06:48:14 +0000
Message-ID: <PN1P287MB363247549319A67557E5F4F1A398A@PN1P287MB3632.INDP287.PROD.OUTLOOK.COM> (raw)

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

             reply	other threads:[~2026-02-05  9:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-04  6:48 Soundariya Ranin Venkatesh via ffmpeg-devel [this message]
2026-02-08 23:21 ` [FFmpeg-devel] " Michael Niedermayer via ffmpeg-devel
2026-02-16  5:53 ` [FFmpeg-devel] Fw: " Soundariya Ranin Venkatesh via ffmpeg-devel
2026-02-18  8:41   ` [FFmpeg-devel] " 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=PN1P287MB363247549319A67557E5F4F1A398A@PN1P287MB3632.INDP287.PROD.OUTLOOK.COM \
    --to=ffmpeg-devel@ffmpeg.org \
    --cc=kalaiyarasi@multicorewareinc.com \
    --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