Re: [libav-devel] [PATCH 2/2] avcodec: Do not access the side data of flush packets

2015-05-18 Thread Luca Barbato
On 14/05/15 19:30, Luca Barbato wrote: A flush packet is documented as an AVPacket with data and size set to 0. Reported-By: Bernd Pfrommer --- libavcodec/utils.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavcodec/utils.c b/libavcodec/utils.c index c9ae19b..aee7ea2 100644 ---

[libav-devel] [PATCH 2/2] avcodec: Do not access the side data of flush packets

2015-05-14 Thread Luca Barbato
A flush packet is documented as an AVPacket with data and size set to 0. Reported-By: Bernd Pfrommer --- libavcodec/utils.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavcodec/utils.c b/libavcodec/utils.c index c9ae19b..aee7ea2 100644 --- a/libavcodec/utils.c +++