# HG changeset patch # User diego # Date 1234135701 0 # Node ID 58fb0bcd6afd380783630df60ef690df02ea0111 # Parent 15ea0238badedd4170e26a1b30bb123b804a101f Remove unused variables. diff -r 15ea0238bade -r 58fb0bcd6afd vcr1.c --- 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;