Mercurial > libavcodec.hg
changeset 1628:e7420fdad5fc libavcodec
10l
author | michael |
---|---|
date | Mon, 24 Nov 2003 21:53:32 +0000 |
parents | a80b15c0b9d5 |
children | 74685a0ec851 |
files | mpegvideo.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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 */