diff mpegvideo.c @ 1628:e7420fdad5fc libavcodec

10l
author michael
date Mon, 24 Nov 2003 21:53:32 +0000
parents 1dd437affd27
children 74685a0ec851
line wrap: on
line diff
--- a/mpegvideo.c	Sun Nov 23 18:49:53 2003 +0000
+++ b/mpegvideo.c	Mon Nov 24 21:53:32 2003 +0000
@@ -470,7 +470,7 @@
 
     CHECKED_ALLOCZ(s->error_status_table, mb_array_size*sizeof(uint8_t))
     
-    if (s->out_format == FMT_H263 || s->encoding) {
+    if (s->out_format == FMT_H263 || s->encoding || (s->avctx->debug&FF_DEBUG_VIS_MV)) {
         int size;
 
         /* MV prediction */