Re: [FFmpeg-devel] [PATCH 2/4] decode: add a method for attaching lavc-internal data to frames

2017-11-10 Thread Michael Niedermayer
On Fri, Nov 10, 2017 at 05:03:15PM +0100, Timo Rothenpieler wrote: > From: Anton Khirnov > > Use the AVFrame.private_ref field. > > This new struct will be useful in the following commits. > > Merges Libav commit 359a8a3e2d1194b52b6c386f94fd0929567dfb67. > --- > libavcodec/decode.c |

[FFmpeg-devel] [PATCH 2/4] decode: add a method for attaching lavc-internal data to frames

2017-11-10 Thread Timo Rothenpieler
From: Anton Khirnov Use the AVFrame.private_ref field. This new struct will be useful in the following commits. Merges Libav commit 359a8a3e2d1194b52b6c386f94fd0929567dfb67. --- libavcodec/decode.c | 51 ++-- libavcodec/decode.h | 11 ++