]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/intelh263dec.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / intelh263dec.c
index c97c1d7a1fcdfea4d661394b21c817943615def1..2b3be962c6f55a59812c7303678055f64f9ed023 100644 (file)
@@ -65,8 +65,8 @@ int ff_intel_h263_decode_picture_header(MpegEncContext *s)
     s->pb_frame = get_bits1(&s->gb);
 
     if (format < 6) {
-        s->width = h263_format[format][0];
-        s->height = h263_format[format][1];
+        s->width = ff_h263_format[format][0];
+        s->height = ff_h263_format[format][1];
         s->avctx->sample_aspect_ratio.num = 12;
         s->avctx->sample_aspect_ratio.den = 11;
     } else {