Hi all,

I want to integrate my hardware codec API with the ffmpeg Code. After going through the code i just get one call the "decode call" where ffmpeg sends its context and packet structure to the specific software code. I just pass the data of AVPacket to my hardware code API as it wants chunk of file data to process but not sure whether it is data. Can any please help me out how can integrate my hardware encode/decode API.

Even i just go through VA API code. but don't get the fine way.