mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
codecparser: mpeg4 type error
This commit is contained in:
parent
6bf0ebdcd8
commit
cd001d7b8e
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue