changeset 11236:9df548187a80 libavcodec

Remove unused variable mb_xy. Patch by avcoder, ffmpeg gmail
author cehoyos
date Sun, 21 Feb 2010 19:32:47 +0000
parents 5c339e441ace
children c975efe95584
files h264.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/h264.c	Sun Feb 21 18:01:56 2010 +0000
+++ b/h264.c	Sun Feb 21 19:32:47 2010 +0000
@@ -981,7 +981,6 @@
     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;