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

Reply via email to