Re: [FFmpeg-devel] [PATCH 2/2] avformat/yuv4mpegdec: add support for 444alpha

2020-03-19 Thread Jan Ekström
On Thu, Mar 19, 2020 at 12:19 PM Paul B Mahol wrote: > > Signed-off-by: Paul B Mahol > --- > libavformat/yuv4mpegdec.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/libavformat/yuv4mpegdec.c b/libavformat/yuv4mpegdec.c > index addc03057e..980de7d145 100644 > --- a/l

[FFmpeg-devel] [PATCH 2/2] avformat/yuv4mpegdec: add support for 444alpha

2020-03-19 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavformat/yuv4mpegdec.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libavformat/yuv4mpegdec.c b/libavformat/yuv4mpegdec.c index addc03057e..980de7d145 100644 --- a/libavformat/yuv4mpegdec.c +++ b/libavformat/yuv4mpegdec.c @@ -124,9 +124