On 02 Jul 2005 "C.Y.M" syphir@syphir.sytes.net wrote:
Thanks for the new patch. Unfortunately, this does not seem to change anything.
- AID 0 not returned to mplayer.sh when specified as default. Note: APID > 0
returns properly.
I cannot understand this. The code is:
if(MPlayerAid>=0) snprintf(aid,sizeof(aid)," AID %d",MPlayerAid);
which clearly should work with AID==0.
In order to make use of the configurable default apid, changes will need to be made to mplayer.sh to understand what "$AID" is.
Of course. This was mentioned in the HISTORY at the time the AID feature was introduced (version 0.9.8).
Regards.