problem with VIDENC

2008-10-09 Thread Mat Laibowitz
I have a working encode demo app that is modified to work on my custom hardware. It compiles and runs, encodes the video with the codec engine, etc. But now I am trying to simply clean it out and make it into a library to use in a streaming application. I changed very little besides the organizati

Re: problem with VIDENC

2008-10-09 Thread Vladimir Pantelic
Mat Laibowitz wrote: Encode Debug: 3 capture buffers were successfully allocated. Encode Debug: Capture buffer 0 mapped to address 0x41b5d000 Encode Debug: Capture buffer 1 mapped to address 0x4215d000 Encode Debug: Capture buffer 2 mapped to address 0x4275d000 Encode Debug: Video capture initia

Re: problem with VIDENC

2008-10-09 Thread Mat Laibowitz
Yup, I just found the problem, it was the allocation of the outbuffer. At some point I wound up with two buffers with similar names, one was allocated with the Memory_contig function and one was not. I was passing the one that was not allocated with the contig function, and apparently the VIDENC fu