mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
10l, compilation error in r21054
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21055 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b38e1ca6e7
commit
e22ab31677
@ -538,7 +538,7 @@ static int demux_ogg_add_packet(demux_stream_t* ds,ogg_stream_t* os,int id,ogg_p
|
||||
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user