• Rostislav Pehlivanov's avatar
    diracdec: fix full range videos · ce855bf4
    Rostislav Pehlivanov authored
    Full range video had been broken by the introduction of the < 2U check
    at the following line. The bitstream format kind of implies that the full
    and limited ranges use different pix_fmts but that's incorrect since we
    have the avctx->color_range flag. So adjust the pixel range index to
    be mapped to the same pix_fmts as limited range index.
    Signed-off-by: 's avatarRostislav Pehlivanov <atomnuker@gmail.com>
    ce855bf4
dirac.c 15.2 KB