Re: [FFmpeg-devel] [PATCH] avcodec/mpeg_er: fix clearing chroma blocks for 422 and 444

2018-11-19 Thread Marton Balint
On Sun, 18 Nov 2018, Michael Niedermayer wrote: On Sat, Nov 17, 2018 at 11:39:08PM +0100, Marton Balint wrote: Fixes ticket #7494. Signed-off-by: Marton Balint --- libavcodec/mpeg_er.c | 2 ++ 1 file changed, 2 insertions(+) probably ok Thanks, applied and backported to 4.1. a fate

Re: [FFmpeg-devel] [PATCH] avcodec/mpeg_er: fix clearing chroma blocks for 422 and 444

2018-11-18 Thread Michael Niedermayer
On Sat, Nov 17, 2018 at 11:39:08PM +0100, Marton Balint wrote: > Fixes ticket #7494. > > Signed-off-by: Marton Balint > --- > libavcodec/mpeg_er.c | 2 ++ > 1 file changed, 2 insertions(+) probably ok a fate test covering this case if its stable should be added too. thx [...] -- Michael

[FFmpeg-devel] [PATCH] avcodec/mpeg_er: fix clearing chroma blocks for 422 and 444

2018-11-17 Thread Marton Balint
Fixes ticket #7494. Signed-off-by: Marton Balint --- libavcodec/mpeg_er.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/mpeg_er.c b/libavcodec/mpeg_er.c index ada1a1692f..f54cb8548b 100644 --- a/libavcodec/mpeg_er.c +++ b/libavcodec/mpeg_er.c @@ -78,6 +78,8 @@ static void mpeg