Wow, holy retardation on my part. That was part of the problem, but also I was stupidly trying to use XDM_GENERATE_HEADER when working with mpeg4 video files. Thanks for the quick find.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vladimir Pantelic Sent: Friday, January 04, 2008 2:19 PM To: [EMAIL PROTECTED] Cc: [email protected] Subject: Re: failure when calling VIDENC_control BJ Opp wrote: > I've included the two functions, and how they're called below. Any ideas would be great. Thanks > > /*********************************************************************** ******* > * videoEncodeAlgControl > ************************************************************************ ******/ > static int videoEncodeAlgControl(VIDENC_Handle hEncodePtr, > int headerType, > int width, int height, int bitrate) > DBG("hEncode value = %d\n",(int)hEncode); > videoEncodeAlgControl(hEncode, XDM_ENCODE_AU, 480,720,-1); <==============****** FAILS ******================== so width = 480 and height = 720, I think you mean 720x480 and not 480x720, right? _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
