I had a problem with H264 decode application on the DM368. The details are in this thread....
http://e2e.ti.com/support/embedded/f/354/p/89168/309605.aspx#309605
Turned out that a significant issue was the default value of the frame_closedloop_flag location in the extended parameters IH264VDEC_Params. When I switched it from the default of 0 to the value 1 my decoder started working. The encoded stream is from another DM368 board running in H264 encode mode.
The question is... why did running in the default open mode break my app?
Also if anyone knows why I would be getting the VCIP errors shown in the other thread I would appreciate the help.
John A