Mercurial > mplayer.hg
changeset 29393:853373376acb
Remove unused variables.
author | ramiro |
---|---|
date | Tue, 21 Jul 2009 20:17:15 +0000 |
parents | cd3ec59296a0 |
children | 55ec989ee64b |
files | libswscale/swscale.c libswscale/swscale_internal.h |
diffstat | 2 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/libswscale/swscale.c Tue Jul 21 08:20:22 2009 +0000 +++ b/libswscale/swscale.c Tue Jul 21 20:17:15 2009 +0000 @@ -2683,9 +2683,6 @@ c->param[1] = SWS_PARAM_DEFAULT; } - c->chrIntHSubSample= c->chrDstHSubSample; - c->chrIntVSubSample= c->chrSrcVSubSample; - // Note the -((-x)>>y) is so that we always round toward +inf. c->chrSrcW= -((-srcW) >> c->chrSrcHSubSample); c->chrSrcH= -((-srcH) >> c->chrSrcVSubSample);
--- a/libswscale/swscale_internal.h Tue Jul 21 08:20:22 2009 +0000 +++ b/libswscale/swscale_internal.h Tue Jul 21 20:17:15 2009 +0000 @@ -82,7 +82,6 @@ enum PixelFormat dstFormat, srcFormat; ///< format 4:2:0 type is always YV12 int origDstFormat, origSrcFormat; ///< format int chrSrcHSubSample, chrSrcVSubSample; - int chrIntHSubSample, chrIntVSubSample; int chrDstHSubSample, chrDstVSubSample; int vChrDrop; int sliceDir;