On 8/28/2017 9:13 PM, Michael Niedermayer wrote:
> On Sat, Aug 26, 2017 at 10:53:10PM -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 ++-
On Sat, Aug 26, 2017 at 10:53:10PM -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
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