On 18/09/13 07:46, Yin, Yan wrote: > Hi, > > (Sorry if I'm sending to wrong mailing list, please point me the > correct one, thanks.) > > I'm trying to switch from FFmpeg to libav for some applications, and > find av_image_copy_to_buffer() API doesn't exist in > libavutil/imgutils.h anymore. Is there any specific reason > underneath? which new API should I use? Thanks!
Which is the purpose? >From what I can see that function serializes more or less the equivalent of an avframe to a flat buffer (so you have all your pixel with some alignment you decide and at the end optionally the palette) It seems overly specialized to take that many arguments instead of an avframe. lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
