Re: [libav-devel] [PATCH 1/4] error_resilience: Drop asserts from guess_mv()

2014-08-20 Thread Luca Barbato
On 20/08/14 22:41, Diego Biurrun wrote: > The asserts check struct members that are not referenced in guess_mv() > and one of them fails to compile. > --- > libavcodec/error_resilience.c | 2 -- > 1 file changed, 2 deletions(-) > Sure. ___ libav-devel

[libav-devel] [PATCH 1/4] error_resilience: Drop asserts from guess_mv()

2014-08-20 Thread Diego Biurrun
The asserts check struct members that are not referenced in guess_mv() and one of them fails to compile. --- libavcodec/error_resilience.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavcodec/error_resilience.c b/libavcodec/error_resilience.c index b41474a..33b0360 100644 --- a/libavcod