Re: [FFmpeg-devel] [PATCH v3] avcodec/snowenc: fix setting motion_est option

2017-08-26 Thread Michael Niedermayer
On Sat, Aug 26, 2017 at 03:21:43PM -0300, James Almer wrote: > Remove usage of FF_MPV_COMMON_OPTS, and set SnowContext.motion_est directly. > Based on code from svq1enc.c > > Signed-off-by: James Almer > --- > libavcodec/snow.h| 3 ++- > libavcodec/snowenc.c | 11 +++ > 2 files chan

[FFmpeg-devel] [PATCH v3] avcodec/snowenc: fix setting motion_est option

2017-08-26 Thread James Almer
Remove usage of FF_MPV_COMMON_OPTS, and set SnowContext.motion_est directly. Based on code from svq1enc.c Signed-off-by: James Almer --- libavcodec/snow.h| 3 ++- libavcodec/snowenc.c | 11 +++ 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/libavcodec/snow.h b/libavc