Re: [FFmpeg-devel] [PATCH 2/4] avcodec/mjpegdec: Remove redundant initialization

2020-10-08 Thread Paul B Mahol
On Thu, Oct 08, 2020 at 09:18:40PM +0200, Andreas Rheinhardt wrote: > Now that the correct number of codes is used, it is no longer necessary > to initialize the lengths of the codes at all any more as the length of > the actually used codes is set later anyway. > > Signed-off-by: Andreas Rheinhar

[FFmpeg-devel] [PATCH 2/4] avcodec/mjpegdec: Remove redundant initialization

2020-10-08 Thread Andreas Rheinhardt
Now that the correct number of codes is used, it is no longer necessary to initialize the lengths of the codes at all any more as the length of the actually used codes is set later anyway. Signed-off-by: Andreas Rheinhardt --- libavcodec/mjpegdec.c | 2 +- 1 file changed, 1 insertion(+), 1 delet