Sometime before sending, Shevek typed (and on Friday 2011-04-01 sent):

> but this line is changing it to m4a:
> 
> $prog->{ext} = 'm4a' if $prog->{ext} = 'aac';
> 
> why?

I don't do perl, but with most languages, a test should be "=="
rather than "=". Is that the case here ? In which case the test
will be changeing the ext to "aac", returning true, and the main
command will then change it to "m4a".

Apologies if I'm barking up the wrong tree (there's a limit to
how many different languages one can learn at one time without
getting horribly confused :-)

Andy

_______________________________________________
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer

Reply via email to