# HG changeset patch # User reimar # Date 1163946939 0 # Node ID 493b34d158851af71a64cc548a4fffe616508221 # Parent bfd340cdac88900e82ba3cc21d42e4c4746afa49 10l, compilation error in r21054 diff -r bfd340cdac88 -r 493b34d15885 libmpdemux/demux_ogg.c --- 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; }