summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/h264_sei.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264_sei.c b/libavcodec/h264_sei.c
index 5e4321f112..9c97c185c2 100644
--- a/libavcodec/h264_sei.c
+++ b/libavcodec/h264_sei.c
@@ -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