[mythtv-users] Problem with mythtranscode

Shawn Willden shawn-myth at willden.org
Mon Mar 7 22:50:21 UTC 2005


Chris Pinkham wrote:

>cerr << "Only MP2 audio is currently supported, unknown type: "
>     << buf[1] << endl;
>  
>

This may be more useful:

cerr << "Only MP2 audio is currently supported, unknown type: "
     << (int)buf[1] << endl;


	Shawn.



More information about the mythtv-users mailing list