Commit 2d98f837 authored by cehoyos's avatar cehoyos

Remove unused variable mb_xy.

Patch by avcoder, ffmpeg gmail 


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21945 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7e3fe0e7
......@@ -981,7 +981,6 @@ static inline void xchg_mb_border(H264Context *h, uint8_t *src_y, uint8_t *src_c
MpegEncContext * const s = &h->s;
int deblock_left;
int deblock_top;
int mb_xy;
int top_idx = 1;
uint8_t *top_border_m1;
uint8_t *top_border;
......
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