[MPlayer-dev-eng] [PATCH] fix -aid matching in demux_ogg.c

kiriuja mplayer-patches at en-directo.net
Thu Oct 28 13:03:53 CEST 2004


> rejected. You change the meaning of -aid/-sid/-vid which we want to have
> just the way they are -- meaning that '-aid 1' selects the _second_
> audio track. If you want the output to match what you have to see with
> -v then change the verbose messages.

Well, in that case all of demux_ogg.c is broken, because it uses sequential
id numbering, which in practice means that only the very first stream found
ever gets id=0, usually the video stream. The patch didn't change that, it
merely followed whatever was already there. I can certainly change the -v
output to match what is really accepted on the command line, but it won't
match the ids that are used internally. Is that OK?

--
kiriuja




More information about the MPlayer-dev-eng mailing list