diff svq3.c @ 1699:92643b9794a9 libavcodec

SVQ3 uses unrestricted motion vectors
author melanson
date Thu, 18 Dec 2003 23:44:49 +0000
parents 932d306bf1dc
children bdf3927bf8c5
line wrap: on
line diff
--- a/svq3.c	Thu Dec 18 21:35:02 2003 +0000
+++ b/svq3.c	Thu Dec 18 23:44:49 2003 +0000
@@ -766,7 +766,8 @@
   *data_size = 0;
 
   s->flags = avctx->flags;
-  
+  s->unrestricted_mv = 1;
+
   if (!s->context_initialized) {
     s->width = avctx->width;
     s->height = avctx->height;