X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fintelh263dec.c;h=283fb1cb0a81ea987893716aceb0e822125abb15;hb=a15d904ad752a2d0cca7ac6246c0c2f8c91286b4;hp=d321dd4dba5f0d6a127c87a3ffff7af92d040397;hpb=b8eb0827f053230dd919bc73e25381b47b4fe1a7;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; }