Re: [FFmpeg-devel] [PATCH] bitstream.c: improve init_vlc error messages.

2016-03-06 Thread Reimar Döffinger
On Sun, Mar 06, 2016 at 12:21:30PM +0100, Michael Niedermayer wrote: > On Sun, Mar 06, 2016 at 11:46:23AM +0100, Reimar Döffinger wrote: > > Makes it far easier to spot the issue if e.g. > > caused by a typo in the code table. > > > > Signed-off-by: Reimar Döffinger > > --- > > libavcodec/bitstr

Re: [FFmpeg-devel] [PATCH] bitstream.c: improve init_vlc error messages.

2016-03-06 Thread Michael Niedermayer
On Sun, Mar 06, 2016 at 11:46:23AM +0100, Reimar Döffinger wrote: > Makes it far easier to spot the issue if e.g. > caused by a typo in the code table. > > Signed-off-by: Reimar Döffinger > --- > libavcodec/bitstream.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) LGTM thx [...] --