Commit c829b35c authored by Janne Grunau's avatar Janne Grunau

lavc: er: remove unused variable size

The code using it was removed in d66e305b.
parent 3795ec68
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment