X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fintelh263dec.c;h=283fb1cb0a81ea987893716aceb0e822125abb15;hb=6e30b35b85b81c802e52a1078ec7a3097e353c6d;hp=d321dd4dba5f0d6a127c87a3ffff7af92d040397;hpb=f3881c04e93ee70567bd3fe087f49b996b026d30;p=ffmpeg diff --git a/libavcodec/intelh263dec.c b/libavcodec/intelh263dec.c index d321dd4dba5..283fb1cb0a8 100644 --- a/libavcodec/intelh263dec.c +++ b/libavcodec/intelh263dec.c @@ -33,7 +33,7 @@ int ff_intel_h263_decode_picture_header(MpegEncContext *s) } /* picture header */ - if (get_bits_long(&s->gb, 22) != 0x20) { + if (get_bits(&s->gb, 22) != 0x20) { av_log(s->avctx, AV_LOG_ERROR, "Bad picture start code\n"); return -1; }