Hi,
I have a problem with the h264 decoder v1.10.00.05 on the dm365. I changed the "decode" application of the DVSDK v3.10.00.16 demo in that way, that I do not use the Loader to get new encoded data from a file, instead I load data frame by frame per edma from a radio link. When I decode the first frame, sometimes VIDDEC2_process() gives a ret value of -1 / non-fatal error 0x445 (text on the terminal with DMAI_DEBUG=2). Then in the resize_BufTab procedure the ret value of getMinOutBufs is 17!!! So the program crashes because it cannot allocate memory for 17 buffers. Unfortunately the error number (0x445) is not mentioned in the user guide of the codec (SPRUEV0A). Is this a decoder problem or is there maybe an error on the encoder site?
Regards,
MW