Hi All,
I am trying to learn the codec engine and related things. I have beagleboard-xm and dvsdk_4_01_00_09_dm3730
and codec-engine_2_26_01_09.
I have applied the beagleboard patches to this sdk (using the setup script) and rebuilt. I have used the sdcard creation script
and have arago running in the beagleboard. I was trying to write an h264 encoder and started with a simple program that
would just open an engine and create a codec instance. But it opens the engine and the creation of codec instance is always failing.
I have tried with different parameters, (Venc1_create does not allow NULL). I am attaching the program associated files what I have
and the log with CE_DEBUG=3. Please help me to find out what I am missing..