changeset 21039:493b34d15885

10l, compilation error in r21054
author reimar
date Sun, 19 Nov 2006 14:35:39 +0000
parents bfd340cdac88
children c7d3523c74ee
files libmpdemux/demux_ogg.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/demux_ogg.c	Sun Nov 19 14:23:54 2006 +0000
+++ b/libmpdemux/demux_ogg.c	Sun Nov 19 14:35:39 2006 +0000
@@ -538,7 +538,7 @@
     vorbis_info_clear(&vi);
   }
   if (os->text) {
-    if (id == demux_ogg_sub_id(d->sub->id)) // don't want to add subtitles to the demuxer for now
+    if (id == demux_ogg_sub_id(d, d->sub->id)) // don't want to add subtitles to the demuxer for now
       demux_ogg_add_sub(os,pack);
     return 0;
   }