codecparser: mpeg4 type error

This commit is contained in:
Wind Yuan 2012-04-26 22:49:07 -04:00 committed by Wim Taymans
parent 6bf0ebdcd8
commit cd001d7b8e

View file

@ -328,7 +328,7 @@ compute_resync_marker_size (const GstMpeg4VideoObjectPlane * vop,
*mask = 0xfffff000;
break;
case 20:
*pattern = 0x0000080;
*pattern = 0x00000800;
*mask = 0xfffff800;
break;
case 21: