# HG changeset patch # User reimar # Date 1282319289 0 # Node ID f8af1068e397fc90c1923d139546f892e8c8d2f7 # Parent 7f74671d003ca4f029d5845a30fd9d6ebf185f99 100l, re-add vobsub_get_id_by_index call accidentally removed in r31678. Patch by ubitux [ubitux gmail com]. diff -r 7f74671d003c -r f8af1068e397 command.c --- a/command.c Thu Aug 19 23:48:19 2010 +0000 +++ b/command.c Fri Aug 20 15:48:09 2010 +0000 @@ -1543,7 +1543,7 @@ #endif if (source == SUB_SOURCE_VOBSUB) { - vobsub_id = source_pos; + vobsub_id = vobsub_get_id_by_index(vo_vobsub, source_pos); } else if (source == SUB_SOURCE_SUBS) { mpctx->set_of_sub_pos = source_pos; #ifdef CONFIG_ASS