avcodec/ff_h264_decode_sei: use skip_bits_long()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
45da7a0e8f
commit
118a1c2f4c
@ -294,7 +294,7 @@ int ff_h264_decode_sei(H264Context *h){
|
||||
if(decode_frame_packing(h, size) < 0)
|
||||
return -1;
|
||||
default:
|
||||
skip_bits(&h->gb, 8*size);
|
||||
skip_bits_long(&h->gb, 8*size);
|
||||
}
|
||||
|
||||
//FIXME check bits here
|
||||
|
Loading…
x
Reference in New Issue
Block a user