C.Y.M wrote:
Stefan Huelswitt wrote:
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.
If I take this code in mplayer.sh and comment out the following section that checks if AID is defined..
and put some debug in to print the value of $AID, the value still comes up blank when AID is set to 0 in the plugin.
I'm sorry, I guess I made a mistake. Your second patch *is* returning 0. I must have gotten something mixed up. Thanks very much.
C.