[MPlayer-dev-eng] [PATCH] sub_load and sub_remove slave mode commands

kiriuja mplayer-patches at en-directo.net
Fri Jun 10 01:02:10 CEST 2005


On Thu 09 Jun 2005 16:37, Reimar Döffinger wrote:
> Applied (though I wished the SUB_REMOVE case was less "complicated").

I wish there was no sub_remove, it's of little use really.

> Btw. currently the numbers that are printed e.g. on the OSD are
> one-based whereas those you must use in the slave interface are
> 0-based... What do you think about changing it, so that e.g. for the first
> subtitle the OSD would say:
> Sub: (0) sub.sub
> instead of
> sub: (1) sub.sub

Since the stdout messages are translatable, and osd messages cannot be
used by a program either, they are mostly meant for humans, so it doesn't
matter if they show a zero-based or one-based index or no index at all,
because they cannot pass it to sub_select without using slave mode.
Frontends can use -identify to get zero-based indexes. So I say just
leave it as is.

--
kiriuja




More information about the MPlayer-dev-eng mailing list