summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-11-24 21:53:32 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-11-24 21:53:32 +0000
commitbc1e36466604c039b0b72afc3c7e07a3ea071b6c (patch)
tree5609c641453f22fba772b4c330822f225c37e1b6 /libavcodec/mpegvideo.c
parent28ba74a68661db860dc6ba68eddf35ea5fa20144 (diff)
10l
Originally committed as revision 2529 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.c')
-rw-r--r--libavcodec/mpegvideo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c
index f02b094a62..4cc31fe2ab 100644
--- a/libavcodec/mpegvideo.c
+++ b/libavcodec/mpegvideo.c
@@ -470,7 +470,7 @@ int MPV_common_init(MpegEncContext *s)
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 */