Skip to content

Commit

Permalink
Fix lowres > 0 with --enable-avfilter..
Browse files Browse the repository at this point in the history
Patch by Anatoly Nenashev, anatoly d nenashev a ovsoft d ru


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@26252 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
  • Loading branch information
cehoyos committed Jan 7, 2011
1 parent b06938e commit b12249a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ffmpeg.c
Expand Up @@ -3274,6 +3274,8 @@ static void opt_input_file(const char *filename)
dec->flags |= CODEC_FLAG_EMU_EDGE;
frame_height >>= dec->lowres;
frame_width >>= dec->lowres;
dec->height = frame_height;
dec->width = frame_width;
}
if(me_threshold)
dec->debug |= FF_DEBUG_MV;
Expand Down

0 comments on commit b12249a

Please sign in to comment.