Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2011-12-17 05:13:02 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-12-17 05:13:02 +0400
commit994f4bb3f78a467b6c34e30a9b8868fc4d01caf0 (patch)
tree937012cf0ba4a01d928c8c52c7794a683112d6a5 /source/blender/imbuf
parentad96dacbc5a7cc61ccf74405927847f243a955b5 (diff)
Code cleanup: fix a few warnings (>= 0 and == -1 tests on unsigned types).
Diffstat (limited to 'source/blender/imbuf')
-rw-r--r--source/blender/imbuf/intern/anim_movie.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/imbuf/intern/anim_movie.c b/source/blender/imbuf/intern/anim_movie.c
index 7d0c201a07c..45264fa862b 100644
--- a/source/blender/imbuf/intern/anim_movie.c
+++ b/source/blender/imbuf/intern/anim_movie.c
@@ -703,7 +703,6 @@ static void ffmpeg_postprocess(struct anim * anim)
int dstStride2[4] = { -dstStride[0], 0, 0, 0 };
uint8_t* dst2[4] = { dst[0] + (anim->y - 1)*dstStride[0],
0, 0, 0 };
- int i;
sws_scale(anim->img_convert_ctx,
(const uint8_t * const *)input->data,