On 1/28/17, Nicolas George <geo...@nsup.org> wrote: > Le nonidi 9 pluviôse, an CCXXV, Muhammad Faiz a écrit : >> so the behavior will be similar to >> av_frame_make_writable(). > > The point was to move away from that. Who copies a struct when you can > move a pointer?
So, if ff_inlink_make_frame_writable() takes AVFrame**, it will be incompatible with framequeue framework, because it stores AVFrame*, so it will contain dangling AVFrame*. So, which one you choose? This patch or the previous patch that makes frame writable manually? Thank's _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel