Re: [FFmpeg-devel] [PATCH] Revert "avutil/frame: Disallow zero sized frame side data"

2017-03-02 Thread Michael Niedermayer
On Wed, Mar 01, 2017 at 01:02:11PM +0100, Michael Niedermayer wrote: > Found a case where we use size==0, the other related commits > remain needed, and should be sufficient to fix the original issue > > This reverts commit 7e4f32f4e4b93c95dcc872cb844c5548e69f352e. > --- > libavutil/frame.c | 2

[FFmpeg-devel] [PATCH] Revert "avutil/frame: Disallow zero sized frame side data"

2017-03-01 Thread Michael Niedermayer
Found a case where we use size==0, the other related commits remain needed, and should be sufficient to fix the original issue This reverts commit 7e4f32f4e4b93c95dcc872cb844c5548e69f352e. --- libavutil/frame.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavutil/frame.c