On 18/03/14 12:38, Janne Grunau wrote:
> The code using it was remove in d66e305bd1b.
> ---
>  libavcodec/error_resilience.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/libavcodec/error_resilience.c b/libavcodec/error_resilience.c
> index d648f09..6ab5a98 100644
> --- a/libavcodec/error_resilience.c
> +++ b/libavcodec/error_resilience.c
> @@ -825,7 +825,6 @@ void ff_er_frame_end(ERContext *s)
>      int threshold_part[4] = { 100, 100, 100 };
>      int threshold = 50;
>      int is_intra_likely;
> -    int size = s->b8_stride * 2 * s->mb_height;
>  
>      /* We do not support ER of field pictures yet,
>       * though it should not crash if enabled. */
> 

Ok.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to