Skip to content
  • Rémi Denis-Courmont's avatar
    input: check DEMUX_CAN_CONTROL_RATE on demux · f2ee786a
    Rémi Denis-Courmont authored
    This makes no difference. DEMUX_CAN_CONTROL_RATE only works with
    "access_demux" plugins and always fails with "demux" plugins. The
    end result is still:
    
    	in->b_can_rate_control = in->b_can_pace_control;
    	in->b_rescale_ts = true;
    f2ee786a