Mercurial > mplayer.hg
diff libmpcodecs/vf_uspp.c @ 18976:6a08d0dabca8
Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.
| author | diego |
|---|---|
| date | Sun, 09 Jul 2006 16:01:36 +0000 |
| parents | e83548b7bd3b |
| children | 7ba51e3ffca6 |
line wrap: on
line diff
--- a/libmpcodecs/vf_uspp.c Sun Jul 09 15:42:26 2006 +0000 +++ b/libmpcodecs/vf_uspp.c Sun Jul 09 16:01:36 2006 +0000 @@ -177,7 +177,7 @@ for(i=0; i<count; i++){ const int x1= offset[i+count-1][0]; const int y1= offset[i+count-1][1]; - int offset, out_size, got_picture; + int offset, out_size; p->frame->data[0]= p->src[0] + x1 + y1 * p->frame->linesize[0]; p->frame->data[1]= p->src[1] + x1/2 + y1/2 * p->frame->linesize[1]; p->frame->data[2]= p->src[2] + x1/2 + y1/2 * p->frame->linesize[2];
