summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux')
-rw-r--r--libmpdemux/demux_ogg.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libmpdemux/demux_ogg.c b/libmpdemux/demux_ogg.c
index aa2195b176..58876c6522 100644
--- a/libmpdemux/demux_ogg.c
+++ b/libmpdemux/demux_ogg.c
@@ -647,13 +647,12 @@ static void demux_ogg_scan_stream(demuxer_t *demuxer)
(int)(pos * 100 / s->end_pos));
}
- if (index_mode == 2)
+ if (index_mode == 2) {
mp_msg(MSGT_DEMUX, MSGL_INFO, "\n");
-
- if (index_mode == 2)
mp_msg(MSGT_DEMUX, MSGL_V,
"Ogg syncpoints table builed: %d syncpoints\n",
ogg_d->num_syncpoint);
+ }
mp_msg(MSGT_DEMUX, MSGL_V, "Ogg stream length (granulepos): %"PRId64"\n",
ogg_d->final_granulepos);