Keean Schupke wrote: > Hi, > > Can anyone show me an example of how to use libavcodec to decode a > JPEG image from a memory buffer? >
Simply call avcodec_decode_video, using an AVCodecContext for the MJPEG codec. Greetings, -- Michel Bardiaux http://www.mediaxim.com/ _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
