[FFmpeg-devel] [PATCH v12 5/9] libavcodec/dnxucdec: DNxUncompressed decoder
James Almer
jamrial at gmail.com
Tue Oct 22 00:50:54 EEST 2024
On 10/21/2024 5:44 PM, James Almer wrote:
> On 10/21/2024 4:57 PM, Martin Schitter wrote:
>> + break;
>> + case MKTAG('y','2','1','0'):
>> + ret = fmt_frame(avctx, frame, avpkt,
>> AV_PIX_FMT_YUV422P10LE, 20, unpack_y210);
>
> Y210 has no pixel format, and it's packed, not planar, so definitely not
> AV_PIX_FMT_YUV422P10LE.
Nevermind, there's AV_PIX_FMT_Y210.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature.asc
Type: application/pgp-signature
Size: 495 bytes
Desc: OpenPGP digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20241021/01a687b2/attachment.sig>
More information about the ffmpeg-devel
mailing list