]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h263dec.c
vp9: fix mask_edges and filter_plane_rows/cols() for 440.
[ffmpeg] / libavcodec / h263dec.c
index 821a4e68b7dbe5e141614ad6df4a66a0b72bccd2..7c87f78379349a802a2b67c116fcaafbf5e0bcd6 100644 (file)
@@ -560,7 +560,7 @@ retry:
     if (s->codec_id == AV_CODEC_ID_H263  ||
         s->codec_id == AV_CODEC_ID_H263P ||
         s->codec_id == AV_CODEC_ID_H263I)
-        s->gob_index = ff_h263_get_gob_height(s);
+        s->gob_index = H263_GOB_HEIGHT(s->height);
 
     // for skipping the frame
     s->current_picture.f->pict_type = s->pict_type;