[FFmpeg-devel] [PATCH 1/7] mxf: fix v210 label matching len
Tomas Härdin
tomas.hardin at codemill.se
Fri Mar 2 13:52:38 CET 2012
On Tue, 2012-02-28 at 14:16 +0000, Philip de Nier wrote:
> Must check all 16 bytes because there is a planar 10-bit format
> label that has equal first 15 bytes
Indeed, I just double-checked RP224.
> - { { 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x0A,0x04,0x01,0x02,0x01,0x01,0x02,0x02,0x00 }, 15, CODEC_ID_V210 }, /* V210 */
> + { { 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x0A,0x04,0x01,0x02,0x01,0x01,0x02,0x02,0x01 }, 16, CODEC_ID_V210 }, /* V210 */
OK.
/Tomas
More information about the ffmpeg-devel
mailing list