summaryrefslogtreecommitdiff
path: root/libavformat/ipmovie.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-01-03 20:27:59 +0100
committerDiego Biurrun <diego@biurrun.de>2016-10-27 12:54:14 +0200
commitca1e5eea0c7b72a6e30aa6488cfeced3a4853521 (patch)
treecf0e3ff8f23b87817f23a304fc5198d84913e4ba /libavformat/ipmovie.c
parent07eea5a5ded1141632aefecfa59dcdc26de2d7ea (diff)
Remove some pointless TRACE level debug code
This also kills some warnings with certain compiler options.
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 b719fed2b9..5d789ffd54 100644
--- a/libavformat/ipmovie.c
+++ b/libavformat/ipmovie.c
@@ -332,9 +332,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(NULL, 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: