Browse Source

lavc: er: remove unused variable size

The code using it was removed in d66e305bd1.
tags/n2.3
Janne Grunau 11 years ago
parent
commit
c829b35c08
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/error_resilience.c

+ 0
- 1
libavcodec/error_resilience.c View File

@@ -825,7 +825,6 @@ void ff_er_frame_end(ERContext *s)
int threshold_part[4] = { 100, 100, 100 }; int threshold_part[4] = { 100, 100, 100 };
int threshold = 50; int threshold = 50;
int is_intra_likely; int is_intra_likely;
int size = s->b8_stride * 2 * s->mb_height;


/* We do not support ER of field pictures yet, /* We do not support ER of field pictures yet,
* though it should not crash if enabled. */ * though it should not crash if enabled. */


Loading…
Cancel
Save