Moritz Barsnick: > On Fri, Nov 20, 2020 at 08:19:03 +0100, Andreas Rheinhardt wrote: >> +static av_cold void rv10_init_static(void) >> +{ >> + INIT_VLC_STATIC(&rv_dc_lum, DC_VLC_BITS, 256, >> + rv_lum_bits, 1, 1, >> + rv_lum_code, 2, 2, 16384); >> + INIT_VLC_STATIC(&rv_dc_chrom, DC_VLC_BITS, 256, >> + rv_chrom_bits, 1, 1, >> + rv_chrom_code, 2, 2, 16388); >> + ff_h263_decode_init_vlc(); >> +} > > Nit: indentation. > > Moritz
This has been intentionally not done in this patch to show that this code has just been moved and not really modified; the proper indentation will be restored in the next patch (which replaces these two macros with other macros). - Andreas _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".