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:
authorSergey Sharybin <sergey.vfx@gmail.com>2014-02-06 13:30:52 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-02-06 13:31:54 +0400
commit4f40f8780d93718a539c0676ca3989e1e4406d37 (patch)
tree7242449edd36294759127ed9030f37264e49b1ab /source/blender/imbuf/intern/anim_movie.c
parent11112d4d222d62d62ff8b7b2bcfae62c89d62162 (diff)
Remove unnecessary debug print
Diffstat (limited to 'source/blender/imbuf/intern/anim_movie.c')
-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 9a3042d149e..a6c51b1d397 100644
--- a/source/blender/imbuf/intern/anim_movie.c
+++ b/source/blender/imbuf/intern/anim_movie.c
@@ -532,7 +532,6 @@ static int startffmpeg(struct anim *anim)
anim->duration = ceil(pFormatCtx->duration *
av_q2d(frame_rate) /
AV_TIME_BASE);
- printf("%d\n", anim->duration);
frs_num = frame_rate.num;
frs_den = frame_rate.den;