diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c
index e5d7bb644baf9aab0b5e1ad4eed9f4b67e27aaa4..b160987a058235682e736ed4f9d68f301def13e1 100644
--- a/libavcodec/svq3.c
+++ b/libavcodec/svq3.c
@@ -766,7 +766,8 @@ static int svq3_decode_frame (AVCodecContext *avctx,
   *data_size = 0;
 
   s->flags = avctx->flags;
-  
+  s->unrestricted_mv = 1;
+
   if (!s->context_initialized) {
     s->width = avctx->width;
     s->height = avctx->height;