1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-20 06:46:55 +00:00

slight simplification in demux_control_ts: no need to check *arg with last_{aid,vid} (small bugfix, too)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21115 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nicodvb 2006-11-20 21:03:46 +00:00
parent bec3287bd4
commit a6961fa26f

View File

@ -3237,7 +3237,7 @@ static int demux_ts_control(demuxer_t *demuxer, int cmd, void *arg)
}
}
}
else if(n <= priv->last_aid)
else //audio track <n>
{
for(i = 0; i < 8192; i++)
{