avcodec/ff_h264_decode_sei: use skip_bits_long()

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-07-21 16:39:18 +02:00
parent 45da7a0e8f
commit 118a1c2f4c
1 changed files with 1 additions and 1 deletions

View File

@ -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