summaryrefslogtreecommitdiff
path: root/libavcodec/h264_sei.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-07-21 16:39:18 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-07-21 17:57:15 +0200
commit118a1c2f4c2385f629a7be8479cbb20eaf391cac (patch)
tree1103a56c4abfeaddf20f63fe1551f7b38971a3fe /libavcodec/h264_sei.c
parent45da7a0e8f271b32202424358393aa249a939028 (diff)
avcodec/ff_h264_decode_sei: use skip_bits_long()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/h264_sei.c')
-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