On 18/09/13 08:12, Yin, Yan wrote: > Hi, (please let me know if this is not the right mailing list for > this topic)
It is, but also devel is fine, just subscribe please. > 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. Anton pointed me to avpicture_layout and looks like av_image_copy_to_buffer does exactly the same, probably the function never existed in libav. > Is there any specific reason underneath? None specific, that function doesn't seem to add much from avpicture_layout so probably nobody felt the need to move it to libavutil. > Which new API should I use? How are you using it currently? Is avpicture_layout for your purposes or you need exactly this? > Thanks! No problem. _______________________________________________ libav-api mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-api
