]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h263dec.c
Merge commit 'f5eecee865a731d2412fde2f73c29f8f8115c499'
[ffmpeg] / libavcodec / h263dec.c
index cc87bc7dee60a3e233b713e140b734b7096e5ac4..405d3c68fd566feafdcdf99a374b3b0ef15d3492 100644 (file)
@@ -64,7 +64,7 @@ av_cold int ff_h263_decode_init(AVCodecContext *avctx)
     if (avctx->codec->id == AV_CODEC_ID_MSS2)
         avctx->pix_fmt = AV_PIX_FMT_YUV420P;
     else
-        avctx->pix_fmt = ff_thread_get_format(avctx, avctx->codec->pix_fmts);
+        avctx->pix_fmt = avctx->get_format(avctx, avctx->codec->pix_fmts);
     s->unrestricted_mv= 1;
 
     /* select sub codec */