vc1parser: fix parsing of RANGEREDFRM
This commit is contained in:
parent
d4105d4b56
commit
32a1e05795
@ -1397,7 +1397,7 @@ parse_frame_header (GstBitReader * br, GstVC1FrameHdr * framehdr,
|
|||||||
|
|
||||||
pic->rangeredfrm = 0;
|
pic->rangeredfrm = 0;
|
||||||
if (structc->rangered) {
|
if (structc->rangered) {
|
||||||
READ_UINT8 (br, pic->rangeredfrm, 2);
|
READ_UINT8 (br, pic->rangeredfrm, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Figuring out the picture type */
|
/* Figuring out the picture type */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user