Commit: 4f40f8780d93718a539c0676ca3989e1e4406d37
Author: Sergey Sharybin
Date:   Thu Feb 6 15:30:52 2014 +0600
https://developer.blender.org/rB4f40f8780d93718a539c0676ca3989e1e4406d37

Remove unnecessary debug print

===================================================================

M       source/blender/imbuf/intern/anim_movie.c

===================================================================

diff --git a/source/blender/imbuf/intern/anim_movie.c 
b/source/blender/imbuf/intern/anim_movie.c
index 9a3042d..a6c51b1 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;

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to