Re: [FFmpeg-devel] [PATCH 2/3] vp9: maintain lf_delta values if feature is turned off.

2015-04-23 Thread Michael Niedermayer
On Wed, Apr 22, 2015 at 11:51:02AM -0400, Ronald S. Bultje wrote: > This is required if it's subsequently re-enabled with no value updates > (which means, use values that were previously set). > --- > libavcodec/vp9.c | 27 +++ > 1 file changed, 15 insertions(+), 12 deletio

[FFmpeg-devel] [PATCH 2/3] vp9: maintain lf_delta values if feature is turned off.

2015-04-22 Thread Ronald S. Bultje
This is required if it's subsequently re-enabled with no value updates (which means, use values that were previously set). --- libavcodec/vp9.c | 27 +++ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/libavcodec/vp9.c b/libavcodec/vp9.c index ee73325..b3d6d