Click here to Skip to main content
15,881,027 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I have a compressed image stored in a char * and I want to put it back to an AVPacket so that I can put it into a ffmpeg decoder. Can someone show how to do this? Any sample or tutorial would be greatly appreciated.

Thanks in advance
Posted
Comments
SoMad 25-Apr-14 11:51am    
I have done something similar and I might be able to help you if you have not solved this yet.
Can you show me the part of the code where you put the data in the array, so I can understand exactly what information is present in the data?

Soren Madsen

1 solution

What kind of "compressed image" ?

Have a look at this[^] thread.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900