Re: [FFmpeg-devel] [PATCH 1/3] avcodec/h264_parse: clear invalid luma weights in ff_h264_pred_weight_table()

2019-04-10 Thread Michael Niedermayer
On Tue, Apr 09, 2019 at 03:32:25PM -0300, James Almer wrote: > Based on commit 85c85f3f9c75301db3eba1bd5f2fb1e6285d. > > Signed-off-by: James Almer > --- > libavcodec/h264_parse.c | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) LGTM thx [...] -- Michael GnuPG fingerprint:

[FFmpeg-devel] [PATCH 1/3] avcodec/h264_parse: clear invalid luma weights in ff_h264_pred_weight_table()

2019-04-09 Thread James Almer
Based on commit 85c85f3f9c75301db3eba1bd5f2fb1e6285d. Signed-off-by: James Almer --- libavcodec/h264_parse.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavcodec/h264_parse.c b/libavcodec/h264_parse.c index a075443d17..8bdd886000 100644 --- a/libavcodec/h264_par