diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c
index 7973548e05bd73a4038fbd5b984ffcc63e783e01..8b3c59b2c0eb28ad9835551b4775b0f70863c922 100644
--- a/libavcodec/h263dec.c
+++ b/libavcodec/h263dec.c
@@ -334,7 +334,7 @@ uint64_t time= rdtsc();
     s->bitstream_buffer_size=0;
 
     if (!s->context_initialized) {
-        if (DCT_common_init(s) < 0) //we need the idct permutaton for reading a custom matrix
+        if (MPV_common_init(s) < 0) //we need the idct permutaton for reading a custom matrix
             return -1;
     }