[SCM] libav/experimental: lavc: er: remove unused variable size

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:02:13 UTC 2014


The following commit has been merged in the experimental branch:
commit c829b35c08ad8e1df45cca1cd12f084cf1183d07
Author: Janne Grunau <janne-libav at jannau.net>
Date:   Tue Mar 18 12:09:07 2014 +0100

    lavc: er: remove unused variable size
    
    The code using it was removed in d66e305bd1b.

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. */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list