[FFmpeg-devel] [PATCH] avcodec/vp9_raw_reorder: cache input packets using new references

James Almer jamrial at gmail.com
Sat Mar 24 04:56:34 EET 2018


On 3/22/2018 12:05 AM, James Almer wrote:
> Input packets may not be ref counted, meaning the data described in them
> may be gone at any time.
> 
> Fixes segfaults related to the above.

Dropping this patch. Packets are now guaranteed to be ref counted, so
there's no point for the extra alloc this patch introduces anymore.

> 
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
>  libavcodec/vp9_raw_reorder_bsf.c | 15 +++++++++++++--
>  1 file changed, 13 insertions(+), 2 deletions(-)


More information about the ffmpeg-devel mailing list