mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-04 02:56:24 +00:00
10l
Originally committed as revision 2529 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
28ba74a686
commit
bc1e364666
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user