summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_ogg.c
diff options
context:
space:
mode:
authorPetri Hintukainen <phintuka@users.sourceforge.net>2011-10-04 11:22:41 +0300
committerPetri Hintukainen <phintuka@users.sourceforge.net>2011-10-04 11:22:41 +0300
commit7e458b3e9af11628783d7c67bc2ca60c2cd3cfd0 (patch)
treec0bd589ea19cae3d3bdc610527ec4349333b15f1 /src/demuxers/demux_ogg.c
parent7bf45d72df8abccbb2a56c86446aaeaca70f5fbf (diff)
downloadxine-lib-7e458b3e9af11628783d7c67bc2ca60c2cd3cfd0.tar.gz
xine-lib-7e458b3e9af11628783d7c67bc2ca60c2cd3cfd0.tar.bz2
fixed remaining compiler warnings from demuxers
Diffstat (limited to 'src/demuxers/demux_ogg.c')
-rw-r--r--src/demuxers/demux_ogg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/demuxers/demux_ogg.c b/src/demuxers/demux_ogg.c
index 14a8ac29a..e0abd0cd6 100644
--- a/src/demuxers/demux_ogg.c
+++ b/src/demuxers/demux_ogg.c
@@ -446,6 +446,7 @@ static const struct ogg_meta {
OGG_META (COMMENT, 0),
};
+#if 0
/* ensure that those marked "append" are cleared */
/* FIXME: is this useful? Should they be cleared on first write? */
static void prepare_read_comments (demux_ogg_t *this)
@@ -458,6 +459,7 @@ static void prepare_read_comments (demux_ogg_t *this)
this->meta[metadata[i].meta] = NULL;
}
}
+#endif
static int read_comments (demux_ogg_t *this, const char *comment)
{