changeset 8767:58fb0bcd6afd libavcodec

Remove unused variables.
author diego
date Sun, 08 Feb 2009 23:28:21 +0000
parents 15ea0238bade
children 4bb782c7793e
files vcr1.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vcr1.c	Sun Feb 08 23:25:56 2009 +0000
+++ b/vcr1.c	Sun Feb 08 23:28:21 2009 +0000
@@ -123,7 +123,6 @@
     AVFrame *pict = data;
     AVFrame * const p= (AVFrame*)&a->picture;
     int size;
-    int mb_x, mb_y;
 
     *p = *pict;
     p->pict_type= FF_I_TYPE;