I'm using av_buffersink_get_frame to perform deinterlacing of video frames using the yadif filter. I then pass the resulting filtered onto a further process to composite various elements together to create a final frame. During this process sws_scale is used to resize / convert the filtered frame, but in this case the sws_scale function is complaining about a bad src pointer because the data in the deinterlaced, filtered frame is not 16 byte aligned.
I guess my question is, is this problem avoidable in any way? And if not, is it a known problem that may be addressed in the future? I'm using ffmpeg 3.1.1 taken from 11th July, 2016. -- View this message in context: http://libav-users.943685.n4.nabble.com/av-buffersink-get-frame-incompatible-with-sws-scale-tp4662359.html Sent from the libav-users mailing list archive at Nabble.com. _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
