summaryrefslogtreecommitdiffstats
path: root/libavformat/ipmovie.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/ipmovie.c')
-rw-r--r--libavformat/ipmovie.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/ipmovie.c b/libavformat/ipmovie.c
index f9ab3e0..a83909f 100644
--- a/libavformat/ipmovie.c
+++ b/libavformat/ipmovie.c
@@ -358,9 +358,6 @@ static int process_ipmovie_chunk(IPMVEContext *s, AVIOContext *pb,
break;
}
s->frame_pts_inc = ((uint64_t)AV_RL32(&scratch[0])) * AV_RL16(&scratch[4]);
- av_log(s->avf, AV_LOG_TRACE, " %.2f frames/second (timer div = %d, subdiv = %d)\n",
- 1000000.0 / s->frame_pts_inc, AV_RL32(&scratch[0]),
- AV_RL16(&scratch[4]));
break;
case OPCODE_INIT_AUDIO_BUFFERS:
OpenPOWER on IntegriCloud