[FFmpeg-user] Passing Compressed bitmap from C to Android
Streets Of Boston
flyingdutchie at gmail.com
Fri Dec 16 16:25:48 CET 2011
You'd have to show more of the code.
Where does *j*bitmap come from?
But at least you need to copy the pixels (pixel by pixel) into the buffer
of 'bitmap' after you locked it and make sure that pixels copied into there
are in the correct format (RGB_565).
Look at one of the examples in the API Demoes of the Android SDK.
More information about the ffmpeg-user
mailing list