On Wed, Nov 23, 2016 at 02:09:14AM +0100, wm4 wrote:
> On Mon, 24 Oct 2016 00:12:00 +0200
> Sam Hocevar wrote:
>
> > This patch moves the av_frame_make_writable() call from fill_yuv_image
> > to get_video_frame so that its argument can be the actual frame that
> > will be sent to the encoder.
> >
On Mon, 24 Oct 2016 00:12:00 +0200
Sam Hocevar wrote:
> This patch moves the av_frame_make_writable() call from fill_yuv_image
> to get_video_frame so that its argument can be the actual frame that
> will be sent to the encoder.
>
> This fixes data corruption issues in codecs that keep reference
On Mon, Oct 24, 2016, Sam Hocevar wrote:
> This fixes data corruption issues in codecs that keep references on
> one or several previous frames.
This doesn't seem to have gotten much attention. Any comments maybe?
--
Sam.
___
ffmpeg-devel mailing l
This patch moves the av_frame_make_writable() call from fill_yuv_image
to get_video_frame so that its argument can be the actual frame that
will be sent to the encoder.
This fixes data corruption issues in codecs that keep references on
one or several previous frames.
Signed-off-by: Sam Hocevar